diff --git a/ext/string.rb b/ext/string.rb index 911a3682..f241939a 100644 --- a/ext/string.rb +++ b/ext/string.rb @@ -12,10 +12,6 @@ class String gsub /^#{scan(/^\s*/).min_by{|l|l.length}}/, "" end - def is_integer? - true if Integer(self) rescue false - end - def blank? return true if self == '' false