Journey::Nodes::Symbol

Constants

DEFAULT_EXP

Attributes

regexp[RW]

Public Class Methods

new(left) click to toggle source
    # File lib/journey/nodes/node.rb, line 73
73:       def initialize left
74:         super
75:         @regexp = DEFAULT_EXP
76:       end

Public Instance Methods

default_regexp?() click to toggle source
    # File lib/journey/nodes/node.rb, line 78
78:       def default_regexp?
79:         regexp == DEFAULT_EXP
80:       end
symbol?() click to toggle source
    # File lib/journey/nodes/node.rb, line 82
82:       def symbol?; true; end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.