Method: TTFunk::EncodedString#initialize
- Defined in:
- lib/ttfunk/encoded_string.rb
#initialize {|| ... } ⇒ EncodedString
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of EncodedString.
24 25 26 |
# File 'lib/ttfunk/encoded_string.rb', line 24 def initialize yield(self) if block_given? end |