Created
June 22, 2011 19:23
-
-
Save walski/1040916 to your computer and use it in GitHub Desktop.
SeppSepp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load 'q7.rb' | |
Q7.load_area 'world/home.rb' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Q7 | |
def self.load_area(filename) | |
load(filename) | |
end | |
module DSL | |
def area | |
end | |
end | |
end | |
include Q7::DSL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment