Class: Subfinder::Main
- Inherits:
-
Object
- Object
- Subfinder::Main
- Defined in:
- lib/subfinder/main.rb
Class Method Summary collapse
Class Method Details
.run(args) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/subfinder/main.rb', line 4 def run(args) Subfinder::Logger.setting Logger.info Subfinder::Parser::Args.new args Subfinder::Subtitle.new.match end |
.welcome_message ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/subfinder/main.rb', line 11 def ''' welcome to subfinder Gem! '''.green end |