Module: NativeExtFetcher
- Defined in:
- lib/native_ext_fetcher.rb,
lib/native_ext_fetcher/http.rb,
lib/native_ext_fetcher/fetcher.rb,
lib/native_ext_fetcher/version.rb,
lib/native_ext_fetcher/platform.rb
Defined Under Namespace
Modules: Platform Classes: Fetcher, Http
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.instance ⇒ Object
9 10 11 |
# File 'lib/native_ext_fetcher.rb', line 9 def self.instance @instance ||= Fetcher.new end |