module BBLib::TypeInit::ClassMethods

Public Instance Methods

type() click to toggle source
# File lib/bblib/core/mixins/type_init.rb, line 26
def type
  to_s.split('::').last.method_case.to_sym
end