module DCI::Role
Public Class Methods
included(base)
click to toggle source
# File lib/role.rb, line 3 def self.included(base) base.extend(ModuleMethods) end
# File lib/role.rb, line 3 def self.included(base) base.extend(ModuleMethods) end