Module: BLF
- Defined in:
- lib/blf.rb,
lib/blf/block.rb,
lib/blf/world.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.create_world(args) ⇒ Object
6 7 8 |
# File 'lib/blf.rb', line 6 def self.create_world(args) BLF::World.new width: args[:width], height: args[:height] end |