Method: Eggshell::BlockHandler#current_type

Defined in:
lib/eggshell/block-handler.rb

#current_typeObject

Returns the handler’s current type.



61
62
63
# File 'lib/eggshell/block-handler.rb', line 61

def current_type
  @block_type
end