Method: TZInfo::TimeOrDateTime#to_orig

Defined in:
lib/tzinfo/time_or_datetime.rb

#to_origObject

Returns the time as the original time passed to new.



102
103
104
# File 'lib/tzinfo/time_or_datetime.rb', line 102

def to_orig
  @orig
end