Class: Cello::Commands::NewPage

Inherits:
Object
  • Object
show all
Defined in:
lib/cello/commands/new_page.rb

Class Method Summary collapse

Class Method Details

.run(url = ARGV) ⇒ Object



3
4
5
# File 'lib/cello/commands/new_page.rb', line 3

def run(url=ARGV)
  Cello::PageObjects::Recorder.record url
end