Sha256: c040f7f542093154e61c5432ad8edfecc9ef71234c57bb92f55142ac60aa7f70
Contents?: true
Size: 566 Bytes
Versions: 1
Compression:
Stored size: 566 Bytes
Contents
# frozen_string_literal: true require_relative "gemfile/rails_service" require_relative "gemfile/services" ## # @internal # Usage example: # # result = ConvenientService::Examples::Rails::Gemfile.format("Gemfile") # result = ConvenientService::Examples::Rails::Gemfile.format("spec/cli/gemfile/format/fixtures/Gemfile") # module ConvenientService module Examples module Rails module Gemfile include ConvenientService::Feature entry :format do |path| Services::Format[path: path] end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
convenient_service-0.12.0 | lib/convenient_service/examples/rails/gemfile.rb |