Methods

Class/Module Index [+]

Quicksearch

RKelly::Nodes::PostfixNode

Attributes

operand[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.