Sha256: a804bfe4903d86a0d12bf6dbfcffabd632eb920e45c82d8e0f106cb2e94dce4a
Contents?: true
Size: 310 Bytes
Versions: 20
Compression:
Stored size: 310 Bytes
Contents
module Spree #:nodoc: module Support #:nodoc: module CoreExtensions #:nodoc: module String def is_integer? begin Integer(self.to_s) return true rescue ArgumentError return false end end end end end end
Version data entries
20 entries across 20 versions & 3 rubygems