class Dryv::Rules::Binary

Public Instance Methods

left() click to toggle source
# File lib/dryv/rules/binary.rb, line 10
def left
  value
end
right() click to toggle source
# File lib/dryv/rules/binary.rb, line 5
def right
  args[:right]
end