Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/ifc_date/ext/to_ifc.rb

Instance Method Summary collapse

Instance Method Details

#ifcObject



2
3
4
# File 'lib/ifc_date/ext/to_ifc.rb', line 2

def ifc
  IfcDate.new(yday, year)
end