Sha256: 15e801e078b362f1f3acec2329118c8cab3cbf4af92a6a928cc7a778fa4f0f53
Contents?: true
Size: 612 Bytes
Versions: 3
Compression:
Stored size: 612 Bytes
Contents
module Fastlane module Actions class LaneContextAction < Action def self.run(params) Actions.lane_context end ##################################################### # @!group Documentation ##################################################### def self.description "An alias to `Actions.lane_context`" end def self.available_options [] end def self.output [] end def self.authors ["KrauseFx"] end def self.is_supported?(platform) true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane-1.9.0 | lib/fastlane/actions/lane_context.rb |
fastlane-1.8.0 | lib/fastlane/lane_context.rb |
fastlane-1.7.3 | lib/fastlane/lane_context.rb |