Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/string.rb,
lib/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#any?Boolean

Returns:



12
# File 'lib/core_ext/string.rb', line 12

def any?; self.chars.any?; end

#to_aObject



6
# File 'lib/core_ext/string.rb', line 6

def to_a; [self]; end