Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created July 26, 2008 02:16
Show Gist options
  • Save methodmissing/2578 to your computer and use it in GitHub Desktop.
Save methodmissing/2578 to your computer and use it in GitHub Desktop.
>> pounds = 1.5
=> 1.5
>> ounces = (1 - "0.#{pounds.to_s.split('.').last}".to_f) * 16
=> 8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment