Class: Helixo
- Inherits:
-
Object
- Object
- Helixo
- Defined in:
- lib/helixo.rb
Class Method Summary collapse
Class Method Details
.get(url) ⇒ Object
4 5 6 7 |
# File 'lib/helixo.rb', line 4 def self.get(url) url = URI(url) return Net::HTTP.get(url) end |