method
fix_style
v1_8_7_330 -
Show latest stable
- Class:
Date
fix_style(# :nodoc:)private
No documentation available.
# File lib/date.rb, line 1175
def fix_style # :nodoc:
if julian?
then self.class::JULIAN
else self.class::GREGORIAN end
end