Sha256: b7691da275ad03e1bc4bbc0aebf4c27d3952816b0b00a5e3b815cbc1e9276842

Contents?: true

Size: 533 Bytes

Versions: 2

Compression:

Stored size: 533 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
      class Gemfile
        include ConvenientService::Feature

        entry :format do |path|
          Services::Format[path: path]
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/examples/standard/gemfile.rb
convenient_service-0.13.0 lib/convenient_service/examples/standard/gemfile.rb