Method: Fastlane::FastFile#desc

Defined in:
fastlane/lib/fastlane/fast_file.rb

#desc(string) ⇒ Object



229
230
231
# File 'fastlane/lib/fastlane/fast_file.rb', line 229

def desc(string)
  desc_collection << string
end