Flowdock
method

fix_style

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Date
fix_style() 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 1278
  def fix_style # :nodoc:
    if julian?
    then self.class::JULIAN
    else self.class::GREGORIAN end
  end
Register or log in to add new notes.