Method: Linebook::Os::Posix::Utilities#_unset
- Defined in:
- lib/linebook/os/posix/utilities.rb
#_unset(*args, &block) ⇒ Object
:nodoc:
690 691 692 693 694 |
# File 'lib/linebook/os/posix/utilities.rb', line 690 def _unset(*args, &block) # :nodoc: str = capture_str { unset(*args, &block) } str.strip! str end |