Skip to content

Instantly share code, notes, and snippets.

@novito

novito/system.rb Secret

Created January 30, 2017 12:11
Show Gist options
  • Save novito/c97cc87d63d1eac5694a64f88ded6bb5 to your computer and use it in GitHub Desktop.
Save novito/c97cc87d63d1eac5694a64f88ded6bb5 to your computer and use it in GitHub Desktop.
class System
def version
if a_condition
10
else
0
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment