Module: ConvenientService::Feature::Plugins::HasAmazingPrintInspect::Concern

Includes:
Support::Concern
Defined in:
lib/convenient_service/feature/plugins/has_amazing_print_inspect/concern.rb

Overview

Since:

  • 1.0.0

Instance Method Summary collapse

Methods included from Support::Concern

included

Instance Method Details

#inspectString

Returns:

  • (String)

Since:

  • 1.0.0



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