Class: Objcthin::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/objcthin.rb

Instance Method Summary collapse

Instance Method Details

#findclass(path) ⇒ Object



14
15
16
# File 'lib/objcthin.rb', line 14

def findclass(path)
  Imp::UnusedClass.find_unused_class(path)
end

#findsel(path) ⇒ Object



9
10
11
# File 'lib/objcthin.rb', line 9

def findsel(path)
  Imp::UnusedClass.find_unused_sel(path)
end

#versionObject



19
20
21
# File 'lib/objcthin.rb', line 19

def version
  puts Rainbow(Objcthin::VERSION).green
end