ryantownsend (owner)

Revisions

gist: 40491 Download_button fork
public
Description:
Simple variables in Ruby
Public Clone URL: git://gist.github.com/40491.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
# Perform our first command:
days_in_a_week = 7
# Reference our variable in our next command:
365 / days_in_a_week
# 52