-
-
Save anathematic/fb913a0bd387cfe1852cbc67967db49a to your computer and use it in GitHub Desktop.
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
class Sup | |
attr_accessor :foo | |
def not_foo=(foo) | |
self.foo = foo | |
end | |
private | |
def calc_foo | |
# do soem shit that calcs which is expenno | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment