Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/iceland/kennitala_string.rb

Overview

Monkey patch for the String class

Instance Method Summary collapse

Instance Method Details

#to_ktKennitala

Converts a String to a Kennitala object

Returns:



6
7
8
# File 'lib/iceland/kennitala_string.rb', line 6

def to_kt
  Kennitala.new(self)
end