Sha256: 4e8cea0c9d18010ba55400e2947de9dc92c0aa5fae70d137c011175a0f9f8bb6

Contents?: true

Size: 135 Bytes

Versions: 16

Compression:

Stored size: 135 Bytes

Contents

class Date
  
  ##
  # Convert Date to a Time instance.
  
  def to_time form = :utc
    Time.send form, year, month, day
  end
  
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
visionmedia-rext-0.0.4 lib/rext/date/helpers.rb
visionmedia-rext-0.0.5 lib/rext/date/helpers.rb
visionmedia-rext-0.0.6 lib/rext/date/helpers.rb
visionmedia-rext-0.0.7 lib/rext/date/helpers.rb
visionmedia-rext-0.0.8 lib/rext/date/helpers.rb
visionmedia-rext-0.1.0 lib/rext/date/helpers.rb
visionmedia-rext-0.2.1 lib/rext/date/helpers.rb
visionmedia-rext-0.2.2 lib/rext/date/helpers.rb
visionmedia-rext-0.3.0 lib/rext/date/helpers.rb
visionmedia-rext-0.3.1 lib/rext/date/helpers.rb
rext-0.6.0 lib/rext/date/helpers.rb
rext-0.5.0 lib/rext/date/helpers.rb
rext-0.4.1 lib/rext/date/helpers.rb
rext-0.4.0 lib/rext/date/helpers.rb
rext-0.3.5 lib/rext/date/helpers.rb
rext-0.3.4 lib/rext/date/helpers.rb