class RedParse::Nodes::KeywordToken

Public Instance Methods

not_real!() click to toggle source
# File lib/redparse/babynodes.rb, line 52
def not_real!
  @not_real=true
end
not_real?() click to toggle source
# File lib/redparse/babynodes.rb, line 56
def not_real?
  @not_real if defined? @not_real
end