Method: Plat::Role::Basic#type

Defined in:
lib/plat/role/basic.rb

#typeObject



28
29
30
# File 'lib/plat/role/basic.rb', line 28

def type
  Plat::Role.registered_types.find(->{[nil]}) { |elem| elem[1] == self.class }.first
end