Skip to content

Instantly share code, notes, and snippets.

@lukesmith
Created December 22, 2011 18:01
Show Gist options
  • Save lukesmith/1511222 to your computer and use it in GitHub Desktop.
Save lukesmith/1511222 to your computer and use it in GitHub Desktop.
Why can't i do this?
class MyClass
@@defaults = {
:path => MyClass.default_path
}
def self.default_path
"something"
end
end
@sbellware
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment