Skip to content

Instantly share code, notes, and snippets.

@simi
Created March 2, 2011 15:24
Show Gist options
  • Select an option

  • Save simi/851086 to your computer and use it in GitHub Desktop.

Select an option

Save simi/851086 to your computer and use it in GitHub Desktop.
Don't like this
attr_reader :loaded
def loaded?
loaded = @loaded ? true : false
@loaded = true
return loaded
end
@simi
Copy link
Copy Markdown
Author

simi commented Mar 2, 2011

I know it is not good name. But I know how to name it.

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