Sha256: 6459a8fdf862054419de69908b0fdd4ffc49dba85ef700a33b9ac557d5969667
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
require 'active_support/all' autoload :KeyUtility, "keytar/key_utility" autoload :KeyBuilder, 'keytar/key_builder' module Keytar extend ActiveSupport::Concern included do include KeyBuilder end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
keytar-1.3.0 | lib/keytar.rb |