Sha256: 2bcbcb5db2b75d6ae63375eb5520afb0842e02e3793a7431249aa90b7216e835
Contents?: true
Size: 429 Bytes
Versions: 22
Compression:
Stored size: 429 Bytes
Contents
#-- # Credit goes to Phil Tomson. #++ require 'facet/string/downcase' class String # Alias for #downcase? method. alias_method( :lowercase?, :downcase? ) end # _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # =begin test require 'test/unit' class TCString < Test::Unit::TestCase def test_lowercase? assert( 'abc'.lowercase? ) end end =end
Version data entries
22 entries across 22 versions & 1 rubygems