Skip to content

Instantly share code, notes, and snippets.

@rociiu
Created June 30, 2010 03:22
Show Gist options
  • Save rociiu/458196 to your computer and use it in GitHub Desktop.
Save rociiu/458196 to your computer and use it in GitHub Desktop.
>> o.total_price == 13.78
=> false
>> o.total_price
=> 13.78
>> o.total_price.class
=> Float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment