# File lib/facet/string/format.rb, line 32
    def humanize #(lower_case_and_underscored_word)
      @self.to_s.gsub(/_/, " ").capitalize
    end