Module: WatchTower::Editor::BasePs
- Included in:
- Vim
- Defined in:
- lib/watch_tower/editor/base_ps.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/watch_tower/editor/base_ps.rb', line 6 def self.included(base) base.send :include, InstanceMethods end |