Methods

Parser::Source::Map::Operator

Attributes

operator[R]

Public Class Methods

new(operator, expression) click to toggle source
# File lib/parser/source/map/operator.rb, line 7
def initialize(operator, expression)
  @operator = operator

  super(expression)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.