Class: Objcthin::Command
- Inherits:
-
Thor
- Object
- Thor
- Objcthin::Command
- 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::Objc.find_unused_class(path) end |
#findsel(path) ⇒ Object
9 10 11 |
# File 'lib/objcthin.rb', line 9 def findsel(path) Imp::Objc.find_unused_sel(path) end |