module BLF
Public Class Methods
create_world(args)
click to toggle source
# File lib/blf.rb, line 6 def self.create_world(args) BLF::World.new width: args[:width], height: args[:height] end
# File lib/blf.rb, line 6 def self.create_world(args) BLF::World.new width: args[:width], height: args[:height] end