Method: Wassup::Pane#refresh_content
- Defined in:
- lib/wassup/pane.rb
#refresh_content(contents) ⇒ Object
277 278 279 280 281 282 283 284 |
# File 'lib/wassup/pane.rb', line 277 def refresh_content(contents) self.contents = contents self.load_current_view() self.last_refreshed = Time.now self.content_thread = nil end |