module NativeExtFetcher

Constants

VERSION

Public Class Methods

instance() click to toggle source
# File lib/native_ext_fetcher.rb, line 10
def self.instance
  @instance ||= Fetcher.new
end