Parent

RubyParser::Sexp

Attributes

paren[W]

Public Instance Methods

paren() click to toggle source
      # File lib/ruby_parser_extras.rb, line 1013
1013:   def paren
1014:     @paren ||= false
1015:   end
to_sym() click to toggle source
      # File lib/ruby_parser_extras.rb, line 1022
1022:   def to_sym
1023:     self.value.to_sym
1024:   end
value() click to toggle source
      # File lib/ruby_parser_extras.rb, line 1017
1017:   def value
1018:     raise "multi item sexp" if size > 2
1019:     last
1020:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.