module Rage::Flip::CoreExt::String
Public Instance Methods
blank?()
click to toggle source
# File lib/rage/flip/core_ext/blank.rb, line 25 def blank? /\A[[:space:]]*\z/ === self end
# File lib/rage/flip/core_ext/blank.rb, line 25 def blank? /\A[[:space:]]*\z/ === self end