class Writer
Public Class Methods
new(target)
click to toggle source
# File lib/open_ehr/serializer.rb, line 267 def initialize(target) @target = target end
Public Instance Methods
out()
click to toggle source
# File lib/open_ehr/serializer.rb, line 270 def out end