Method: Spaceship::Playground#docs

Defined in:
spaceship/lib/spaceship/playground.rb

#docsObject

[View source]

69
70
71
72
73
# File 'spaceship/lib/spaceship/playground.rb', line 69

def docs
  url = 'https://github.com/fastlane/fastlane/tree/master/spaceship/docs'
  `open '#{url}'`
  url
end