Class: Take::Unit::AST::Parent

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

Instance Method Summary collapse

Instance Method Details

#parent?Boolean

Returns:

  • (Boolean)


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

def parent?
  true
end