Module: Filewatcher::Spinner::ClassMethods
- Included in:
- Filewatcher
- Defined in:
- lib/filewatcher/spinner.rb
Overview
Class methods with which ‘Filewatcher` will be extended below
Instance Method Summary collapse
Instance Method Details
#print_version ⇒ Object
11 12 13 14 15 |
# File 'lib/filewatcher/spinner.rb', line 11 def print_version super if defined? super puts "Filewatcher Spinner #{Filewatcher::Spinner::VERSION}" end |