amahi/platform

View on GitHub
plugins/050-network/lib/network.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "network/version"
require "network/engine"

module Network
    class Lib
        # the code for your plugin library here
        # or inside lib/network/whatever.rb and required here
    end
end