Skip to content

Instantly share code, notes, and snippets.

@prodis
Created July 18, 2011 23:11
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 prodis/1090923 to your computer and use it in GitHub Desktop.
Save prodis/1090923 to your computer and use it in GitHub Desktop.
Ruby Fundamental - Hash em Ruby (parte II)
calc = ShippingCalculator.new
calc.calculate 1.50, :height => 0.75, :width => 1.00, :depth => 0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment