Sha256: d8e2874b3439e5d19944e8480b5ee4d3add54fcefb4b6a4545ccca621373497c
Contents?: true
Size: 300 Bytes
Versions: 7
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true require 'smartling/client' # Smartling contains a client and helpers for working with the Smartling # files, contexts, strings and authentication API module Smartling class << self # Gets a new Client def new(*args) Client.new(*args) end end end
Version data entries
7 entries across 7 versions & 1 rubygems