Class: Codabel::Type::Blank
- Inherits:
-
Codabel::Type
- Object
- Codabel::Type
- Codabel::Type::Blank
- Defined in:
- lib/codabel/type/blank.rb
Instance Method Summary collapse
Methods inherited from Codabel::Type
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 |