Sha256: dfb266eb3effc0271b466488791ef402d47cd77a48ef65c97aeb9489792c57e5

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

require 'falling/area'

module Falling
  class Universe
    def active_area
      @active_area ||= Area.new(width: 256, height: 32)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
falling-0.0.1 lib/falling/universe.rb