# File lib/racc/grammar.rb, line 737 def UserAction.empty new(nil, nil) end
# File lib/racc/grammar.rb, line 743 def initialize(src, proc) @source = src @proc = proc end
# File lib/racc/grammar.rb, line 759 def empty? not @proc and not @source end
# File lib/racc/grammar.rb, line 763 def name "{action type=#{@source || @proc || 'nil'}}" end
Generated with the Darkfish Rdoc Generator 2.