Class: Page

Inherits:
Object
  • Object
show all
Defined in:
lib/sunflower/core.rb

Overview

For backwards compatibility. Deprecated.

Class Method Summary collapse

Class Method Details

.new(*a) ⇒ Object Also known as: get, load



585
586
587
588
# File 'lib/sunflower/core.rb', line 585

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