Sha256: 78213a198ed871497368295a98f34f949d01d3909dd4f08c003eda80c5034cf5
Contents?: true
Size: 220 Bytes
Versions: 34
Compression:
Stored size: 220 Bytes
Contents
module Innate # this is just a stub so other modules can register their options in here, # the real options are set in lib/innate.rb class << self; attr_reader :options; end @options = Options.new('Innate') end
Version data entries
34 entries across 34 versions & 3 rubygems