Method: IdentityCode::Isikukood#initialize

Defined in:
lib/identity_code.rb

#initialize(code) ⇒ Isikukood

Returns a new instance of Isikukood.



65
66
67
# File 'lib/identity_code.rb', line 65

def initialize(code)
  @code = code.to_s
end