Sha256: 828057e4b814caf70ab58626026bd3a7bae2348e418046706d07b59b29c8077b

Contents?: true

Size: 91 Bytes

Versions: 1

Compression:

Stored size: 91 Bytes

Contents

module Tins
  module To
    def to(string)
      string.gsub(/^\s*/, '')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tins-0.7.1 lib/tins/to.rb