Parent

Methods

Class/Module Index [+]

Quicksearch

RKelly::Nodes::FunctionCallNode

Attributes

arguments[R]

Public Class Methods

new(value, arguments) click to toggle source
# File lib/rkelly/nodes/function_call_node.rb, line 5
def initialize(value, arguments)
  super(value)
  @arguments = arguments
end

Public Instance Methods

==(other) click to toggle source
# File lib/rkelly/nodes/function_call_node.rb, line 10
def ==(other)
  super && @arguments == other.arguments
end
Also aliased as: =~
=~(other) click to toggle source
Alias for: ==

[Validate]

Generated with the Darkfish Rdoc Generator 2.