module WithRole

Constants

VERSION

Public Class Methods

configuration() click to toggle source

Your code goes here…

# File lib/with_role.rb, line 8
def self.configuration
  @configuration ||= {}
end
configure() { |configuration| ... } click to toggle source
# File lib/with_role.rb, line 12
def self.configure
  yield(configuration)
end