module NeverBounce::CLI::Feature::Envars
Declare and manage environment variables of the class.
Public Class Methods
load(owner)
click to toggle source
@param owner [Class] @return [nil]
# File lib/never_bounce/cli/feature/envars.rb, line 10 def self.load(owner) return if owner < InstanceMethods owner.extend(ClassMethods) owner.send(:include, InstanceMethods) end