Class: Page
- Inherits:
-
Object
- Object
- Page
- Defined in:
- lib/sunflower/core.rb
Overview
For backwards compatibility. Deprecated.
Class Method Summary collapse
- .new(*a) ⇒ Object (also: get, load)
Class Method Details
.new(*a) ⇒ Object Also known as: get, load
584 585 586 587 |
# File 'lib/sunflower/core.rb', line 584 def new *a warn "warning: toplevel Page class has been renamed to Sunflower::Page, this alias will be removed in v0.6" Sunflower::Page.new *a end |