Created
March 2, 2011 15:24
-
-
Save simi/851086 to your computer and use it in GitHub Desktop.
Don't like this
This file contains hidden or 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
| attr_reader :loaded | |
| def loaded? | |
| loaded = @loaded ? true : false | |
| @loaded = true | |
| return loaded | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know it is not good name. But I know how to name it.