Class: RubyToBlock::Block::EventsOnStart

Inherits:
Base
  • Object
show all
Defined in:
app/models/concerns/ruby_to_block.rb

Instance Attribute Summary

Attributes inherited from Base

#fields, #parent, #sibling, #statements, #values

Instance Method Summary collapse

Methods inherited from Base

#[], #add_statement, #indent_level, #initialize, #inline?, #null?, #to_xml, #type

Constructor Details

This class inherits a constructor from RubyToBlock::Block::Base

Instance Method Details

#indent?Boolean

Returns:



386
387
388
# File 'app/models/concerns/ruby_to_block.rb', line 386

def indent?
  true
end