Skip to content

Instantly share code, notes, and snippets.

@abdul-shajin
Created December 13, 2011 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdul-shajin/1471947 to your computer and use it in GitHub Desktop.
Save abdul-shajin/1471947 to your computer and use it in GitHub Desktop.
class User
bang :calculate_score => :score
def calculate_score
100 # Removed fancy logic for presentational purposes
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment