module Utils::IRB::Shell

def le(with_stderr = false, &block)

def le(with_stderr = false, &block)
  less(with_stderr) { block.call(self) }
end