class Object
Public Instance Methods
Valvat(vat)
click to toggle source
# File lib/valvat.rb, line 67 def Valvat(vat) # rubocop:disable Naming/MethodName vat.is_a?(Valvat) ? vat : Valvat.new(vat) end
# File lib/valvat.rb, line 67 def Valvat(vat) # rubocop:disable Naming/MethodName vat.is_a?(Valvat) ? vat : Valvat.new(vat) end