Flowdock
method

fix_style

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: Date
fix_style(# :nodoc:) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date.rb, line 1175
  def fix_style # :nodoc:
    if julian?
    then self.class::JULIAN
    else self.class::GREGORIAN end
  end
Register or log in to add new notes.