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