Class: Soapstone::UI::Screens::Utils
- Inherits:
-
Object
- Object
- Soapstone::UI::Screens::Utils
- Defined in:
- lib/soapstone/ui/screens/utils.rb
Class Method Summary collapse
Class Method Details
.clear ⇒ Object
2 3 4 |
# File 'lib/soapstone/ui/screens/utils.rb', line 2 def self.clear system("clear") || system("cls") end |