# File lib/racc/grammar.rb, line 737 737: def UserAction.empty 738: new(nil, nil) 739: end
# File lib/racc/grammar.rb, line 743 743: def initialize(src, proc) 744: @source = src 745: @proc = proc 746: end
# File lib/racc/grammar.rb, line 759 759: def empty? 760: not @proc and not @source 761: end
# File lib/racc/grammar.rb, line 763 763: def name 764: "{action type=#{@source || @proc || 'nil'}}" 765: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.