Sha256: c6169f560558d1be0cf00e75dded168870f01d07db4c8c0416e11205b5a32afa
Contents?: true
Size: 523 Bytes
Versions: 13
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true require_relative "gemfile/services" ## # @internal # Usage example: # # result = ConvenientService::Examples::Standard::Gemfile.format("Gemfile") # result = ConvenientService::Examples::Standard::Gemfile.format("spec/cli/gemfile/format/fixtures/Gemfile") # module ConvenientService module Examples module Standard module Gemfile class << self def format(path) Services::Format[path: path] end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems