8 9 10 11
# File 'lib/linksta/cli.rb', line 8 def scan(url, filename) html = Linksta::SaveLinks.new(url, filename) html.capture_links end