class Enumerator
Provides to_s
Public Instance Methods
to_s()
click to toggle source
Converts Enumerator
to a string representing Integer.times
@return [String] the Enumerator
as a string
# File lib/textmate_grammar/util.rb, line 39 def to_s size.to_s + ".times" end