Sha256: b3da1f475286ef2754adf422469eff892fd5d84633c36431182292c818bf4d19
Contents?: true
Size: 383 Bytes
Versions: 22
Compression:
Stored size: 383 Bytes
Contents
require 'facet/symbol/capitalized' class Symbol def capitalize to_s.capitalize.to_sym end end # _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # =begin test require 'test/unit' class TCSymbol < Test::Unit::TestCase def test_capitalized? assert_equal( :Tis, :tis.capitalize ) end end =end
Version data entries
22 entries across 22 versions & 1 rubygems