class Cello::Commands::NewPage

Public Class Methods

run(url=ARGV) click to toggle source
# File lib/cello/commands/new_page.rb, line 3
def run(url=ARGV)
  Cello::PageObjects::Recorder.record url
end