Class: Dill::Rails::Role

Inherits:
ActionDispatch::IntegrationTest
  • Object
show all
Defined in:
lib/dill/rails/role.rb

Direct Known Subclasses

Dill::Role

Instance Method Summary collapse

Constructor Details

#initializeRole

Returns a new instance of Role.



4
5
6
# File 'lib/dill/rails/role.rb', line 4

def initialize
  super self.class.name
end