Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Last active January 1, 2018 22:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
useful methods without parameters, in Ruby
def date_night?
Date.today.wday == 5 # is today the weekday 5 out of 7?
end
def bitcoin_price
Bitcoin.get_current_price
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment