module GithubUrls
Constants
- VERSION
Public Class Methods
parse(url_string)
click to toggle source
# File lib/github_urls.rb, line 11 def self.parse(url_string) Parser.new(url_string).parse end
# File lib/github_urls.rb, line 11 def self.parse(url_string) Parser.new(url_string).parse end