class Object
Public Instance Methods
blank?()
click to toggle source
# File lib/github_urls.rb, line 5 def blank? respond_to?(:empty?) ? !!empty? : !self end
# File lib/github_urls.rb, line 5 def blank? respond_to?(:empty?) ? !!empty? : !self end