Sha256: 6f4695bbfd5417ad3cb395df470a7cee993b126de6475da6e7fd3aa5d447699f
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 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
9 entries across 9 versions & 1 rubygems