Sha256: 22e294307852adeb8ac2e46bb70be9ce910306f9162e501a674faa847aa9d547

Contents?: true

Size: 87 Bytes

Versions: 8

Compression:

Stored size: 87 Bytes

Contents

class String
  def ducktype
    Integer(self) rescue Float(self) rescue self
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omf_common-6.0.2.pre.2 lib/omf_common/core_ext/string.rb
omf_common-6.0.2.pre.1 lib/omf_common/core_ext/string.rb
omf_common-6.0.0 lib/omf_common/core_ext/string.rb
omf_common-6.0.0.pre.11 lib/omf_common/core_ext/string.rb
omf_common-6.0.0.pre.10 lib/omf_common/core_ext/string.rb
omf_common-6.0.0.pre.8 lib/omf_common/core_ext/string.rb
omf_common-6.0.0.pre.7 lib/omf_common/core_ext/string.rb
omf_common-6.0.0.pre.6 lib/omf_common/core_ext/string.rb