Skip to content

Commit 84ea556

Browse files
committed
.
1 parent 9b6573b commit 84ea556

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

graphics/lib/sevgi/graphics.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ def document(name = :default, preambles: [], attributes: {})
2222
Class.new(Graphics::Document::Base) { document(name, preambles:, attributes:) }
2323
end
2424

25-
def mixin(mod, document = Graphics::Document::Base, &block)
26-
document.mixture(mod)
27-
document.mixture(::Module.new(&block)) if block
28-
end
29-
3025
def paper(width, height, name = :custom, unit: "mm")
3126
name.tap { Graphics::Paper.define(name, width:, height:, unit:) unless Graphics::Paper.exist?(name) }
3227
end

0 commit comments

Comments
 (0)