Method: Veye::API::Github.encode_repo_key

Defined in:
lib/veye/api/github.rb

.encode_repo_key(repo_key) ⇒ Object



6
7
8
# File 'lib/veye/api/github.rb', line 6

def self.encode_repo_key(repo_key)
  repo_key.to_s.gsub(/\//, ':').gsub(/\./, '~')
end