method

test_parse_fraction

ruby latest stable - Class: TimeExtentionTest

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

test_parse_fraction()
public

No documentation available.

# File lib/time.rb, line 856
    def test_parse_fraction
      assert_equal(500000, Time.parse("2000-01-01T00:00:00.5+00:00").tv_usec)
    end