module SettingsInspector

Custom inspection

Public Instance Methods

to_s() click to toggle source
# File lib/oro/helpers.rb, line 59
def to_s
  "#{self.class.name}: #{self.clio} (#{self.class::FILE})"
end