Class: Enumerator
- Inherits:
-
Object
- Object
- Enumerator
- Defined in:
- lib/textmate_grammar/util.rb
Overview
Provides to_s
Instance Method Summary collapse
-
#to_s ⇒ String
Converts Enumerator to a string representing Integer.times.
Instance Method Details
#to_s ⇒ String
Converts Enumerator to a string representing Integer.times
39 40 41 |
# File 'lib/textmate_grammar/util.rb', line 39 def to_s size.to_s + ".times" end |