Parent

RubyParser::Sexp

Attributes

paren[W]

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.