# File lib/ruby_parser_extras.rb, line 1421 def add_all x raise "no: #{self.inspect}.add_all #{x.inspect}" # TODO: need a test to trigger this end
# File lib/ruby_parser_extras.rb, line 1425 def block_pass? any? { |s| Sexp === s && s[0] == :block_pass } end
# File lib/ruby_parser_extras.rb, line 1403 def paren @paren ||= false end
Generated with the Darkfish Rdoc Generator 2.