Class: Chamomile::Layout::Base
- Inherits:
-
Object
- Object
- Chamomile::Layout::Base
- Defined in:
- lib/chamomile/layout/base.rb
Instance Method Summary collapse
Instance Method Details
#render(width:, height:) ⇒ Object
6 7 8 |
# File 'lib/chamomile/layout/base.rb', line 6 def render(width:, height:) raise NotImplementedError, "#{self.class} must implement render(width:, height:)" end |