Method: Object#string?
- Defined in:
- lib/lib/object.rb
#string? ⇒ Boolean
Self test String class.
33 34 35 |
# File 'lib/lib/object.rb', line 33 def string? is_a?(String) end |
Self test String class.
33 34 35 |
# File 'lib/lib/object.rb', line 33 def string? is_a?(String) end |