Method: Uh::WM::OtherWMRunningError#initialize
- Defined in:
- lib/uh/wm.rb
#initialize(*_) ⇒ OtherWMRunningError
Returns a new instance of OtherWMRunningError.
37 38 39 |
# File 'lib/uh/wm.rb', line 37 def initialize *_ super 'another window manager is already running' end |