Object
# File lib/matahari/invocation.rb, line 5 def initialize(method, args) @method = method @args = args.flatten(1) end
# File lib/matahari/invocation.rb, line 10 def ==(other) self.method == other.method && self.args == other.args end
[Validate]
Generated with the Darkfish Rdoc Generator 2.