Class: Redcar::FilterCommand::OpenFilterSpeedbar
- Inherits:
-
Command
- Object
- Command
- Redcar::FilterCommand::OpenFilterSpeedbar
- Defined in:
- lib/filter_command/commands.rb
Overview
Opens a filter speedbar in the current window
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 9 10 |
# File 'lib/filter_command/commands.rb', line 6 def execute window = Redcar.app.focussed_window = Redcar::FilterCommand::FilterSpeedbar.new window.() end |