Sha256: 32c94dd1e0fc2913e75c475f71f8b19625d96f0cbc5242d30a5b75a8f4cdc19e
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
require 'rbconfig' module MockSpotify VERSION = "0.0.1" class << self def lib_path File.expand_path('../../src/libmockspotify.', __FILE__) << RbConfig::CONFIG['DLEXT'] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mockspotify-0.0.1 | lib/mockspotify.rb |