Module: RisingSun::Fiscali
- Defined in:
- lib/rising_sun/fiscali.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Constant Summary collapse
- FISCAL_ZONE =
{:india => 4, :uk => 4, :us => 10, :pakistan => 7, :australia => 7, :ireland => 1, :nz => 7, :japan => 4}
- FY_START_MONTH =
1
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/rising_sun/fiscali.rb', line 3 def self.included(base) base.extend ClassMethods unless included_modules.include? InstanceMethods base.send(:include, InstanceMethods) end end |