Skip to content

Instantly share code, notes, and snippets.

View subbu's full-sized avatar

Subbu Athikunte subbu

  • Bangalore, India
View GitHub Profile
require 'yaml'
module Tax
SALES_TAX = 10
SALES_TAX_EXEMPTIONS = ['book', 'chocolate', 'pills' ]
IMPORT_DUTY = 5
end
# There is no standard method that rounds off a float to 2 decimals.
class Float