# File lib/sugar-high/file.rb, line 23
  def blank?
    File.zero?(self.path)
  end