Flowdock
method

fix_style

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