Module: Jekyll::JekyllHostname
- Defined in:
- lib/jekyll-hostname.rb
Instance Method Summary collapse
Instance Method Details
#hostname(input) ⇒ Object
7 8 9 |
# File 'lib/jekyll-hostname.rb', line 7 def hostname(input) URI.parse(input).host end |