Skip to content

Instantly share code, notes, and snippets.

@anathematic
Forked from KamaKAzii/sup.rb
Last active March 4, 2018 09:24
Show Gist options
  • Save anathematic/fb913a0bd387cfe1852cbc67967db49a to your computer and use it in GitHub Desktop.
Save anathematic/fb913a0bd387cfe1852cbc67967db49a to your computer and use it in GitHub Desktop.
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