Class: Qt::Font
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#_dump(_) ⇒ Object
382 383 384 |
# File 'lib/ruber/qt_sugar.rb', line 382 def _dump _ to_string end |
#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 |