# File lib/delayed/syck_ext.rb, line 8 def to_yaml(options = {}) YAML.quick_emit(nil, options) do |out| out.scalar(taguri, name, :plain) end end