Class: Wardite::CodeSection::CodeBody
- Inherits:
-
Object
- Object
- Wardite::CodeSection::CodeBody
- Defined in:
- lib/wardite/load.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(&blk) ⇒ CodeBody
constructor
A new instance of CodeBody.
Constructor Details
#initialize(&blk) ⇒ CodeBody
Returns a new instance of CodeBody.
89 90 91 |
# File 'lib/wardite/load.rb', line 89 def initialize(&blk) blk.call(self) end |