Method: Linebook::Os::Posix#_comment

Defined in:
lib/linebook/os/posix.rb

#_comment(*args, &block) ⇒ Object

:nodoc:



245
246
247
248
249
# File 'lib/linebook/os/posix.rb', line 245

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