class Writer

Public Class Methods

new(target) click to toggle source
# File lib/openehr/serializer.rb, line 286
def initialize(target)
  @target = target
end

Public Instance Methods

out() click to toggle source
# File lib/openehr/serializer.rb, line 289
def out
end