Skip to content

Instantly share code, notes, and snippets.

@walski
Created June 22, 2011 19:23
Show Gist options
  • Save walski/1040916 to your computer and use it in GitHub Desktop.
Save walski/1040916 to your computer and use it in GitHub Desktop.
SeppSepp
load 'q7.rb'
Q7.load_area 'world/home.rb'
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