module TheGame::Helpers::ObjectHelpers
Public Instance Methods
blank?()
click to toggle source
# File lib/the_game/helpers/object.rb, line 2 def blank? respond_to?(:empty?) ? empty? : !self end
# File lib/the_game/helpers/object.rb, line 2 def blank? respond_to?(:empty?) ? empty? : !self end