class Lingo::Database::ShowProgress

Public Class Methods

new(obj, max, act = true) click to toggle source
# File lib/lingo/database/show_progress.rb, line 32
def initialize(obj, max, act = true)
  super(obj, max, obj.instance_variable_get(:@config)['name'], act, 'convert')
end