Class: Hammerofgod::CLI::Hn

Inherits:
Thor
  • Object
show all
Defined in:
lib/hammerofgod/cli/hn.rb

Instance Method Summary collapse

Instance Method Details

#search(url) ⇒ Object



6
7
8
# File 'lib/hammerofgod/cli/hn.rb', line 6

def search( url )
  puts "Looks like you are looking for #{url} with tags #{options[:tags]}"
end