Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Last active January 1, 2018 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanckulp/96cc6b5d165917605085886701b9664b to your computer and use it in GitHub Desktop.
Save ryanckulp/96cc6b5d165917605085886701b9664b to your computer and use it in GitHub Desktop.
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