Module: Themigrator::UI
- Includes:
- Curses
- Defined in:
- lib/themigrator/ui.rb
Instance Method Summary collapse
Instance Method Details
#init_ui ⇒ Object
7 8 9 |
# File 'lib/themigrator/ui.rb', line 7 def init_ui init_screen end |
#render ⇒ Object
11 12 13 14 |
# File 'lib/themigrator/ui.rb', line 11 def render puts "hello" end |