Method: Linebook::Shell#_file

Defined in:
lib/linebook/shell.rb

#_file(*args, &block) ⇒ Object

:nodoc:



42
43
44
45
46
# File 'lib/linebook/shell.rb', line 42

def _file(*args, &block) # :nodoc:
  str = capture_str { file(*args, &block) }
  str.strip!
  str
end