Module: NativeExtFetcher
- Defined in:
- lib/native_ext_fetcher.rb,
lib/native_ext_fetcher/http.rb,
lib/native_ext_fetcher/error.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: Error, Fetcher, Http
Constant Summary collapse
- VERSION =
'0.1.4'
Class Method Summary collapse
Class Method Details
.instance ⇒ Object
10 11 12 |
# File 'lib/native_ext_fetcher.rb', line 10 def self.instance @instance ||= Fetcher.new end |