doc/Grep.html in code_zauker-0.0.7 vs doc/Grep.html in code_zauker-0.0.8
- old
+ new
@@ -4,60 +4,67 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Module: Grep
- — Code Zauker 0.0.5 Documentation
+ — Code Zauker 0.0.8 Documentation
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
+ hasFrames = window.top.frames.main ? true : false;
relpath = '';
- if (relpath != '') relpath += '/';
+ framesUrl = "frames.html#!" + escape(window.location.href);
</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="header">
<div id="menu">
- <a href="_index.html">Index (G)</a> »
+ <a href="_index.html">Index (G)</a> »
<span class="title">Grep</span>
-
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
- <a id="class_list_link" href="#">Class List</a>
+ <a class="full_list_link" id="class_list_link"
+ href="class_list.html">
+ Class List
+ </a>
- <a id="method_list_link" href="#">Method List</a>
+ <a class="full_list_link" id="method_list_link"
+ href="method_list.html">
+ Method List
+ </a>
- <a id="file_list_link" href="#">File List</a>
+ <a class="full_list_link" id="file_list_link"
+ href="file_list.html">
+ File List
+ </a>
</div>
<div class="clear"></div>
</div>
-
+
<iframe id="search_frame"></iframe>
-
+
<div id="content"><h1>Module: Grep
</h1>
@@ -104,10 +111,11 @@
+
<span class="summary_desc"><div class='inline'>
<p>Grep works like a shell grep.</p>
</div></span>
@@ -120,20 +128,22 @@
<div id="instance_method_details" class="method_details_list">
<h2>Instance Method Details</h2>
+
-
<div class="method_details first">
- <p class="signature first" id="grep-instance_method">
+ <h3 class="signature first" id="grep-instance_method">
- (<tt>Object</tt>) <strong>grep</strong>(file, pattern, pre_context = 0, post_context = 0, print_filename = true)
-</p><div class="docstring">
+
+
+</h3><div class="docstring">
<div class="discussion">
<p>Grep works like a shell grep. `file' can be either a string, containing the
name of a file to load and handle, or an IO object (such as $stdin) to deal
with. `pattern' can be either a string or Regexp object which contains a
@@ -333,14 +343,14 @@
</div>
</div>
</div>
-
+
<div id="footer">
- Generated on Mon Apr 9 16:40:14 2012 by
+ Generated on Wed May 16 17:14:54 2012 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.7.5 (ruby-1.9.3).
+ 0.8.1 (ruby-1.9.3).
</div>
</body>
</html>
\ No newline at end of file