Class: Codabel::Type::Blank

Inherits:
Codabel::Type show all
Defined in:
lib/codabel/type/blank.rb

Instance Method Summary collapse

Methods inherited from Codabel::Type

#check!

Instance Method Details

#to_coda(_value, length) ⇒ Object



4
5
6
# File 'lib/codabel/type/blank.rb', line 4

def to_coda(_value, length)
  ' ' * length
end