Module: GithubUrls
- Defined in:
- lib/github_urls.rb,
lib/github_urls/parser.rb,
lib/github_urls/version.rb
Defined Under Namespace
Classes: Parser
Constant Summary collapse
- VERSION =
"0.2.1"
Class Method Summary collapse
Class Method Details
.parse(url_string) ⇒ Object
11 12 13 |
# File 'lib/github_urls.rb', line 11 def self.parse(url_string) Parser.new(url_string).parse end |