module Pili::Utils

Public Class Methods

blank?(arg) click to toggle source
# File lib/pili/utils.rb, line 7
def blank?(arg)
  arg.to_s.strip.length == 0
end