mirror of https://github.com/copenhas/ropex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.7 KiB
78 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Inspect.Rope</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
relpath = '';
|
|
if (relpath != '') relpath += '/';
|
|
</script>
|
|
|
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
if (window.top.frames.main) document.body.className = 'frames';
|
|
</script>
|
|
|
|
<div id="content">
|
|
<h1>
|
|
Inspect.Rope
|
|
|
|
<small>impl</small>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<a href="https://github.com/copenhas/ropex/blob/master/lib/rope.ex#L680" target="_blank" class="view_source">Source</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 id="functions_summary">Functions summary</h2>
|
|
<ul class="summary">
|
|
<li>
|
|
<span class="summary_signature">
|
|
<a href="#inspect/2">inspect/2</a>
|
|
</span>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="functions_details" class="details_list">
|
|
<h2>Functions</h2>
|
|
<div class="detail">
|
|
<p class="signature" id="inspect/2">
|
|
<strong>inspect(rope, _opts)</strong>
|
|
</p>
|
|
<div class="docstring"><p>Traveres the leaf nodes and converts the chunks of binary data into a single
|
|
algebra document. Will convert '
|
|
' characters into algebra document line breaks.</p>
|
|
</div>
|
|
|
|
<a href="https://github.com/copenhas/ropex/blob/master/lib/rope.ex#L685" target="_blank" class="view_source">Source</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|