Sha256: e7acc73afc3ff60895064808fccdae3b523f175754dad124c108df32eb33dbd3
Contents?: true
Size: 350 Bytes
Versions: 640
Compression:
Stored size: 350 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/puts' class PrintlnAction < PutsAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `puts` action" end end end end
Version data entries
640 entries across 640 versions & 5 rubygems