Class: CmdParse::LeftRecursive

Inherits:
Object
  • Object
show all
Defined in:
app/cmd_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detected = false) ⇒ LeftRecursive

Returns a new instance of LeftRecursive.



209
210
211
# File 'app/cmd_parser.rb', line 209

def initialize(detected=false)
  @detected = detected
end

Instance Attribute Details

#detectedObject

Returns the value of attribute detected.



213
214
215
# File 'app/cmd_parser.rb', line 213

def detected
  @detected
end