Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/string__.rb
Instance Method Summary collapse
Instance Method Details
#in?(_array) ⇒ Boolean
36 37 38 |
# File 'lib/string__.rb', line 36 def in?(_array) false end |
#shellescape ⇒ Object
40 41 42 |
# File 'lib/string__.rb', line 40 def shellescape to_s.shellescape end |