6 lines
87 B
Ruby
6 lines
87 B
Ruby
require "manifique/version"
|
|
|
|
module Manifique
|
|
autoload :Agent, "manifique/agent"
|
|
end
|