Sha256: 93da8e3302d349d54d8eb409842ab1de0f15d981f481316082db0ef2feb8c1a1

Contents?: true

Size: 361 Bytes

Versions: 3

Compression:

Stored size: 361 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/puts'
    class EchoAction < PutsAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `puts` action"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/echo.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/echo.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/echo.rb