Sha256: 9103bc52f4075315a24faf5675059c823712ea9041468af711a680e0e49d2a73
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require 'mootool/version' require 'bundler/setup' require 'macho' module MooTool class Error < StandardError; end # Your code goes here... autoload :Command, 'mootool/command' autoload :ControllerBase, 'mootool/controller_base' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mootool-0.1.2 | lib/mootool.rb |
mootool-0.1.1 | lib/mootool.rb |
mootool-0.1.0 | lib/mootool.rb |