class DoWorkScreen
Public Class Methods
new()
click to toggle source
Calls superclass method
Screen::new
# File lib/kale/ui.rb, line 164 def initialize @session = Session.new super end
Public Instance Methods
info()
click to toggle source
# File lib/kale/ui.rb, line 169 def info show_project_heading end