# File lib/timeliness/format_set.rb, line 43 def single_format(format_string) @formats_hash.fetch(format_string) { Format.new(format_string).compile! } end