Method: Qt::Font#to_yaml

Defined in:
lib/ruber/qt_sugar.rb

#to_yaml(opts = {}) ⇒ Object



376
377
378
379
380
# File 'lib/ruber/qt_sugar.rb', line 376

def to_yaml opts = {}
  YAML.quick_emit(self, opts) do |out|
    out.scalar taguri, to_string, :plain
  end
end