class Ruby::Reports::Services::TableBuilder::Dummy
Public Instance Methods
method_missing(method, *arguments, &block)
click to toggle source
# File lib/ruby/reports/services/table_builder.rb, line 92 def method_missing(method, *arguments, &block) nil end
respond_to?(method, include_private = false)
click to toggle source
# File lib/ruby/reports/services/table_builder.rb, line 96 def respond_to?(method, include_private = false) true end