Returns The type of the source.
Returns:
The type of the source.
60 61 62
# File 'lib/cocoapods-core/source.rb', line 60 def type git? ? 'git' : 'file system' end