Sha256: c73a02b8ce6dcef02e852f52b9a33eed941b792ded62b61de457711a64bc65d4
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
module Fastlane module Actions class PutsAction < Action def self.run(params) Helper.log.info params.join(' ') end ##################################################### # @!group Documentation ##################################################### def self.description "Prints out the given text" end def self.authors ["KrauseFx"] end def self.is_supported?(platform) true end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastlane-1.9.0 | lib/fastlane/actions/puts.rb |