Exception: Merb::Inspector::Column::MethodFound

Inherits:
Delegate
  • Object
show all
Defined in:
lib/merb_inspector/data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ MethodFound

Returns a new instance of MethodFound.



8
9
10
11
# File 'lib/merb_inspector/data.rb', line 8

def initialize(*args)
  @args = args
  super("method delegation")
end

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args.



7
8
9
# File 'lib/merb_inspector/data.rb', line 7

def args
  @args
end