class UnderOs::Crop::Window::Bar

Public Class Methods

new(orientation) click to toggle source
Calls superclass method
# File lib/under_os/crop/window.rb, line 67
def initialize(orientation)
  super class: "bar #{orientation}"
end