Sha256: a9f51aed7934ea1003007823b518b19fa311c49f6497f058d1bd343db5d8c279

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

class Time
  
  # @return <String>
  #   ISO 8601 compatible rendering of the Time object's properties.
  # 
  # @example
  #   Time.now.to_json # => "\"2008-03-28T17:54:20-05:00\""
  def to_json
    self.xmlschema.to_json
  end
  
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
extlib-0.9.5 lib/extlib/time.rb
extlib-0.9.4 lib/extlib/time.rb
thorero-0.9.4.1 lib/extlib/time.rb
thorero-0.9.4.2 lib/extlib/time.rb
thorero-0.9.4 lib/extlib/time.rb
thorero-0.9.4.3 lib/extlib/time.rb
thorero-0.9.4.4 lib/extlib/time.rb