Method: IGMarkets::CLI::CursesWindow#refresh

Defined in:
lib/ig_markets/cli/curses_window.rb

#refreshObject

Refreshes this curses window so its content is updated on the screen.



22
23
24
# File 'lib/ig_markets/cli/curses_window.rb', line 22

def refresh
  @window.refresh
end