module StringSpecs
  def self.to_c_method(string)
    string.to_c
  end
end
