Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/dmenu.rb
Instance Method Summary collapse
-
#initialize ⇒ String
constructor
A new instance of String.
Constructor Details
#initialize ⇒ String
Returns a new instance of String.
4 5 6 7 |
# File 'lib/dmenu.rb', line 4 def initialize super force_encoding("utf-8") end |