Sha256: 0deaf1b7ab3c487d03364662790dd5bd24cc4f2d8d2d3e3a04fafbc84de203c5
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
class NSString def to_s String.new(self) end delegate :at, :blank?, :camelcase, :camelize, :classify, :constantize, :dasherize, :deconstantize, :demodulize, :exclude?, :first, :foreign_key, :from, :humanize, :indent, :indent!, :last, :pluralize, :safe_constantize, :singularize, :squish, :squish!, :strip_heredoc, :tableize, :titlecase, :titleize, :to, :truncate, :underscore, :to => :to_s end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
motion-support-1.2.1 | motion/core_ext/ns_string.rb |
motion-support-1.1.1 | motion/core_ext/ns_string.rb |
motion-support-1.2.0 | motion/core_ext/ns_string.rb |