Skip to content

Instantly share code, notes, and snippets.

@dixpac
Last active April 10, 2016 19:42
Show Gist options
  • Save dixpac/d61f6a9cf984bd24e814eb781700f4a4 to your computer and use it in GitHub Desktop.
Save dixpac/d61f6a9cf984bd24e814eb781700f4a4 to your computer and use it in GitHub Desktop.
default implementation via attr_reader
# default implementation via attr_reader
def weight
@weight
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment