class Crokus::Arrow
Attributes
lhs[RW]
rhs[RW]
Public Class Methods
new(l,r)
click to toggle source
# File lib/crokus/ast.rb, line 408 def initialize l,r @lhs,@rhs=l,r end