class YubiOATH::Calculate::Response::Code
Public Instance Methods
to_s()
click to toggle source
# File lib/yubioath/calculate.rb, line 41 def to_s (response % 10**digits).to_s.rjust(digits, '0') end
# File lib/yubioath/calculate.rb, line 41 def to_s (response % 10**digits).to_s.rjust(digits, '0') end