module Helium::Dependency

Constants

VERSION

Public Class Methods

included(mod) click to toggle source
# File lib/helium/dependency.rb, line 7
def self.included(mod)
  mod.extend ClassMethods
end