0
0
rubella/lib/rubella.rb
Stormwind 26d09a71fd Move Map class to seperate file
The class Map hat now an own file named after the class.
So the rest seems a bit more independent.
2015-03-14 10:54:03 +01:00

5 lines
71 B
Ruby

module Rubella
require "rubella/map"
require "rubella/storage"
end