class RBNF::Def

Node that encapsulates a defined (with RBNF::def or ::define) form.

Public Instance Methods

match(s) click to toggle source
# File lib/rbnf/nodes.rb, line 40
def match(s)
  b[s]
end
to_s() click to toggle source
# File lib/rbnf/nodes.rb, line 37
def to_s
  "#{a}"
end