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