Sha256: 18381aea411f91b31ad7576c7836bc7ad4dfcac87e5650071be7669599e361e4
Contents?: true
Size: 249 Bytes
Versions: 171
Compression:
Stored size: 249 Bytes
Contents
require 'test_helper' require 'tins/xt' module Tins class StringUnderscoreTest < Test::Unit::TestCase def test_underscore assert_equal 'foo_bar', 'FooBar'.underscore assert_equal 'foo/bar', 'Foo::Bar'.underscore end end end
Version data entries
171 entries across 153 versions & 9 rubygems