Class: Take::Unit::AST::Block

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

Instance Method Summary collapse

Instance Method Details

#block?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/take/unit/ast/block.rb', line 7

def block?
  true
end