class CIHelper::Tools::Inflector

Public Class Methods

new() click to toggle source

rubocop:disable Lint/MissingSuper

# File lib/ci_helper/tools/inflector.rb, line 9
def initialize
  @inflector = Dry::Inflector.new { |inflections| inflections.acronym "DB" }
end

Public Instance Methods

__getobj__() click to toggle source

rubocop:enable Lint/MissingSuper

# File lib/ci_helper/tools/inflector.rb, line 14
def __getobj__
  @inflector
end