Class: Bumps::RemoteFeature
- Inherits:
-
Object
- Object
- Bumps::RemoteFeature
- Defined in:
- lib/bumps/remote_feature.rb
Class Method Summary collapse
Class Method Details
.fetch(location) ⇒ Object
8 9 10 |
# File 'lib/bumps/remote_feature.rb', line 8 def self.fetch location parse(open(location){|f| f.read}) end |