class EacRubyUtils::CustomFormat::String

def initialize(format, string)

def initialize(format, string)
  @format = format
  @string = string
end