module Comodule::Deployment::Helper::Aws::Rds
Public Class Methods
included(receiver)
click to toggle source
# File lib/comodule/deployment/helper/aws/rds.rb, line 3 def self.included(receiver) receiver.send :include, InstanceMethods end