class Chamomile::Layout::Base
Public Instance Methods
Source
# File lib/chamomile/layout/base.rb, line 6 def render(width:, height:) raise NotImplementedError, "#{self.class} must implement render(width:, height:)" end
# File lib/chamomile/layout/base.rb, line 6 def render(width:, height:) raise NotImplementedError, "#{self.class} must implement render(width:, height:)" end