class Crokus::Dotted

Attributes

lhs[RW]
rhs[RW]

Public Class Methods

new(l,r) click to toggle source
# File lib/crokus/ast.rb, line 394
def initialize l,r
  @lhs,@rhs=l,r
end