Class: ControlFieldImpl

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

Instance Method Summary

Instance Method Details

- (Object) to_s

Pretty-print

Parameters:

  • (String) joiner — What string to use to join the subfields
  • (String) The — pretty string


244
245
246
# File 'lib/marc4j4r.rb', line 244

def to_s
  return self.tag + "    " + self.value
end

- (Object) value



237
238
239
# File 'lib/marc4j4r.rb', line 237

def value
  return self.data
end