Class: Take::Unit::AST::Prefix

Inherits:
Node
  • Object
show all
Defined in:
lib/take/unit/ast/prefix.rb

Instance Method Summary collapse

Instance Method Details

#prefix?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/take/unit/ast/prefix.rb', line 6

def prefix?
  true
end