Parent

Methods

Matahari::Invocation

Attributes

args[R]
method[R]

Public Class Methods

new(method, args) click to toggle source
# File lib/matahari/invocation.rb, line 5
def initialize(method, args)
  @method = method
  @args = args.flatten(1)
end

Public Instance Methods

==(other) click to toggle source
# 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.