Object
# File lib/ruby_parser_extras.rb, line 1429 def add_all x self.concat x.sexp_body end
# File lib/ruby_parser_extras.rb, line 1433 def block_pass? any? { |s| Sexp === s && s[0] == :block_pass } end
# File lib/ruby_parser_extras.rb, line 1413 def paren @paren ||= false end
Generated with the Darkfish Rdoc Generator 2.