class Uh::WM::OtherWMRunningError
Public Class Methods
new(*_)
click to toggle source
Calls superclass method
# File lib/uh/wm.rb, line 37 def initialize *_ super 'another window manager is already running' end