Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created January 14, 2009 19:04
Show Gist options
  • Select an option

  • Save traviskroberts/47002 to your computer and use it in GitHub Desktop.

Select an option

Save traviskroberts/47002 to your computer and use it in GitHub Desktop.
def self.compilable?
false
end
def compilable?
self.class.compilable?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment