method

fix_style

v1_9_2_180 - Show latest stable - Class: Date
fix_style()
private

No documentation available.

# File lib/date.rb, line 1278
  def fix_style # :nodoc:
    if julian?
    then self.class::JULIAN
    else self.class::GREGORIAN end
  end