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



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