Module: ConvenientService::Feature::Plugins::HasAmazingPrintInspect::Concern
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/feature/plugins/has_amazing_print_inspect/concern.rb
Overview
Instance Method Summary collapse
Methods included from Support::Concern
Instance Method Details
#inspect ⇒ String
19 20 21 22 23 24 25 26 27 28 |
# File 'lib/convenient_service/feature/plugins/has_amazing_print_inspect/concern.rb', line 19 def inspect = { ConvenientService: { entity: "Feature", name: Utils::Class.display_name(self.class) } } .ai end |