module Glimmer::UI::CustomShell::ClassMethods

Attributes

custom_shell[R]

Public Instance Methods

launch() click to toggle source
# File lib/glimmer/ui/custom_shell.rb, line 35
def launch
  custom_shell = send(self.name.underscore.gsub('::', '__'))
  custom_shell.open
end