nikki 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -7
- data/README.md +2 -1
- data/doc/Generator.html +596 -0
- data/doc/Nikki.html +153 -0
- data/doc/_index.html +137 -0
- data/doc/class_list.html +62 -0
- data/doc/css/common.css +1 -0
- data/doc/css/cucumber.css +227 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/feature_list.html +65 -0
- data/doc/file.README.html +134 -0
- data/doc/file_list.html +64 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +134 -0
- data/doc/js/app.js +219 -0
- data/doc/js/cucumber.js +305 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +85 -0
- data/doc/requirements/step_transformers.html +140 -0
- data/doc/requirements/tags.html +193 -0
- data/doc/requirements.html +132 -0
- data/doc/tag_list.html +65 -0
- data/doc/top-level-namespace.html +128 -0
- data/lib/nikki/version.rb +1 -1
- data/lib/nikki.rb +7 -7
- metadata +25 -4
- data/TODO.md +0 -6
- data/tags +0 -37
@@ -0,0 +1,140 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Step Definitions and Transforms
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="../css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '../';
|
22
|
+
framesUrl = "../frames.html#!requirements/step_transformers.html";
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="../js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="../_index.html">Index (s)</a> »
|
39
|
+
<span class='title'><span class='object_link'><a href="../requirements.html" title="requirements (requirements)">requirements</a></span></span>
|
40
|
+
»
|
41
|
+
<span class="title">step_transformers</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="../feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="tag_list_link"
|
55
|
+
href="../tag_list.html">
|
56
|
+
Tags
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="class_list_link"
|
60
|
+
href="../class_list.html">
|
61
|
+
Class List
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="method_list_link"
|
65
|
+
href="../method_list.html">
|
66
|
+
Method List
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="file_list_link"
|
70
|
+
href="../file_list.html">
|
71
|
+
File List
|
72
|
+
</a>
|
73
|
+
|
74
|
+
</div>
|
75
|
+
<div class="clear"></div>
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<iframe id="search_frame"></iframe>
|
79
|
+
|
80
|
+
<div id="content"><div class="requirements">
|
81
|
+
<div class="title">Step Definitions & Transforms</div>
|
82
|
+
|
83
|
+
<div class="summary">
|
84
|
+
<div>0<a href="#step_definitions">Step Definitions</a></div>
|
85
|
+
<div>0<a href="#step_transforms">Step Transforms</a></div>
|
86
|
+
<div>0<a href="#undefined_steps">Undefined Steps</a></div>
|
87
|
+
</div>
|
88
|
+
|
89
|
+
</div><div class="title">
|
90
|
+
|
91
|
+
<a class="control" id="stepdefinition">[Collapse All]</a>
|
92
|
+
<div style="clear: right;"></div>
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
<a name="step_definitions">
|
97
|
+
|
98
|
+
<div class="name">Step Definitions</div>
|
99
|
+
</div>
|
100
|
+
|
101
|
+
<div class="title">
|
102
|
+
|
103
|
+
<a class="control" id="steptransform">[Collapse All]</a>
|
104
|
+
<div style="clear: right;"></div>
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
<a name="step_transforms">
|
109
|
+
|
110
|
+
<div class="name">Step Transforms</div>
|
111
|
+
</div>
|
112
|
+
|
113
|
+
<div class="title">
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
<a name="undefined_steps">
|
118
|
+
|
119
|
+
<div class="name">Undefined Steps</div>
|
120
|
+
</div>
|
121
|
+
|
122
|
+
<div class="transformer">
|
123
|
+
<div class="steps">
|
124
|
+
|
125
|
+
<div class="steps">
|
126
|
+
<div class="undefined">No undefined steps</div>
|
127
|
+
</div>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
</div>
|
132
|
+
|
133
|
+
<div id="footer">
|
134
|
+
Generated on Fri May 30 09:21:12 2014 by
|
135
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
136
|
+
0.8.7.4 (ruby-2.1.2).
|
137
|
+
</div>
|
138
|
+
|
139
|
+
</body>
|
140
|
+
</html>
|
@@ -0,0 +1,193 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Tags
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="../css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '../';
|
22
|
+
framesUrl = "../frames.html#!requirements/tags.html";
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="../js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="../_index.html">Index (t)</a> »
|
39
|
+
<span class='title'><span class='object_link'><a href="../requirements.html" title="requirements (requirements)">requirements</a></span></span>
|
40
|
+
»
|
41
|
+
<span class="title">tags</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="../feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="tag_list_link"
|
55
|
+
href="../tag_list.html">
|
56
|
+
Tags
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="class_list_link"
|
60
|
+
href="../class_list.html">
|
61
|
+
Class List
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="method_list_link"
|
65
|
+
href="../method_list.html">
|
66
|
+
Method List
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="file_list_link"
|
70
|
+
href="../file_list.html">
|
71
|
+
File List
|
72
|
+
</a>
|
73
|
+
|
74
|
+
</div>
|
75
|
+
<div class="clear"></div>
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<iframe id="search_frame"></iframe>
|
79
|
+
|
80
|
+
<div id="content">
|
81
|
+
<div id="tags" class="requirements">
|
82
|
+
<script type="text/javascript" charset="utf-8">
|
83
|
+
var tag_list = [ ];
|
84
|
+
|
85
|
+
$(function() {
|
86
|
+
|
87
|
+
// On focus, remove all the shortcut keys
|
88
|
+
$("#tag_search").focus(function() {
|
89
|
+
$(document).unbind('keypress');
|
90
|
+
});
|
91
|
+
|
92
|
+
// On blur, return all the shortcut keys
|
93
|
+
$("#tag_search").blur(function() {
|
94
|
+
$(document).bind('keypress',keyboardShortcuts);
|
95
|
+
$(document).bind('keypress',cucumberKeyboardShortcuts);
|
96
|
+
});
|
97
|
+
|
98
|
+
$("#tag_search").keyup(function(evt) {
|
99
|
+
updateTagFiltering($("#tag_search")[0].value);
|
100
|
+
});
|
101
|
+
|
102
|
+
|
103
|
+
$("#tag_search").keyup(function(evt) {
|
104
|
+
updateTagFiltering($("#tag_search")[0].value);
|
105
|
+
});
|
106
|
+
|
107
|
+
$(".tag").click(function(evt) {
|
108
|
+
if (typeof evt !== "undefined") {
|
109
|
+
|
110
|
+
if (evt.shiftKey === true) {
|
111
|
+
window.location = $(this).attr("href");
|
112
|
+
return true;
|
113
|
+
}
|
114
|
+
|
115
|
+
var tagSearchElement = $("#tag_search")[0];
|
116
|
+
|
117
|
+
var tagToAdd = this.innerHTML;
|
118
|
+
var tagModifer = "";
|
119
|
+
|
120
|
+
if (evt.altKey === true ) {
|
121
|
+
tagToAdd = "~" + tagToAdd;
|
122
|
+
}
|
123
|
+
|
124
|
+
if (evt.ctrlKey === true ) {
|
125
|
+
tagModifier = ",";
|
126
|
+
} else {
|
127
|
+
tagModifier = " ";
|
128
|
+
}
|
129
|
+
|
130
|
+
tagSearchElement.value = (tagSearchElement.value != "" ? tagSearchElement.value + tagModifier : "") + tagToAdd;
|
131
|
+
updateTagFiltering(tagSearchElement.value);
|
132
|
+
|
133
|
+
}
|
134
|
+
});
|
135
|
+
});
|
136
|
+
</script>
|
137
|
+
|
138
|
+
<div class="title">
|
139
|
+
<span class="name">Tags</span>
|
140
|
+
</div>
|
141
|
+
|
142
|
+
<div id="tag_filtering" >
|
143
|
+
<span style="font-size: 18px;">Tag Filtering <a href="https://github.com/cucumber/cucumber/wiki/Tags" target="_blank">?</a></span>
|
144
|
+
|
145
|
+
<div style="clear: both"></div>
|
146
|
+
|
147
|
+
<div style="float: left; margin-top: 10px; padding-left: 5px; line-height: 1.5; font-size: 10px; font-style: italic;">
|
148
|
+
Type in tags with spaces between to 'AND' and commas between to 'OR'<br/>
|
149
|
+
LEFT CLICK to AND tags; CTRL+LEFT CLICK to OR tags; hold ALT for inverse (~) tags
|
150
|
+
</div>
|
151
|
+
|
152
|
+
<div style="clear: both;"></div>
|
153
|
+
|
154
|
+
<div style="float: right;">
|
155
|
+
<a href="#" onclick="clearTagFiltering(); $('#tag_search')[0].value = ''; return true;">clear</a>
|
156
|
+
</div>
|
157
|
+
|
158
|
+
<div style="clear: both"></div>
|
159
|
+
|
160
|
+
<input id="tag_search" type="text" />
|
161
|
+
<span>Example command line execution:</span>
|
162
|
+
<div id="command_example">cucumber</div>
|
163
|
+
</div>
|
164
|
+
|
165
|
+
<div class="tags" style="margin-top: 20px;"><span class="name">Tags:</span>
|
166
|
+
|
167
|
+
</div>
|
168
|
+
|
169
|
+
<div id="features">
|
170
|
+
<div class="title">
|
171
|
+
<span class="name">Features</span>
|
172
|
+
</div>
|
173
|
+
|
174
|
+
<ul style="padding-left: 0px;">
|
175
|
+
|
176
|
+
</ul>
|
177
|
+
<div class="undefined" style="display:none;">No Features or Scenarios match the Tag Expression</div>
|
178
|
+
</div>
|
179
|
+
|
180
|
+
</div>
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
</div>
|
185
|
+
|
186
|
+
<div id="footer">
|
187
|
+
Generated on Fri May 30 09:21:12 2014 by
|
188
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
189
|
+
0.8.7.4 (ruby-2.1.2).
|
190
|
+
</div>
|
191
|
+
|
192
|
+
</body>
|
193
|
+
</html>
|
@@ -0,0 +1,132 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Requirements
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '';
|
22
|
+
framesUrl = "frames.html#!requirements.html";
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="_index.html">Index (r)</a> »
|
39
|
+
|
40
|
+
|
41
|
+
<span class="title">requirements</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="tag_list_link"
|
55
|
+
href="tag_list.html">
|
56
|
+
Tags
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="class_list_link"
|
60
|
+
href="class_list.html">
|
61
|
+
Class List
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="method_list_link"
|
65
|
+
href="method_list.html">
|
66
|
+
Method List
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="file_list_link"
|
70
|
+
href="file_list.html">
|
71
|
+
File List
|
72
|
+
</a>
|
73
|
+
|
74
|
+
</div>
|
75
|
+
<div class="clear"></div>
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<iframe id="search_frame"></iframe>
|
79
|
+
|
80
|
+
<div id="content">
|
81
|
+
<div id="cukes_logo"> </div>
|
82
|
+
<div id="cukes_links">
|
83
|
+
<a href="http://cukes.info/">Cucumber</a> |
|
84
|
+
<a href="http://github.com/cucumber/cucumber/wiki/Gherkin">Gherkin</a> |
|
85
|
+
<a href="http://yardoc.org/">YARD</a> |
|
86
|
+
<a href="https://github.com/burtlo/yard-cucumber">YARD-Cucumber</a>
|
87
|
+
</div>
|
88
|
+
|
89
|
+
<div class="requirements">
|
90
|
+
|
91
|
+
|
92
|
+
<!-- No Features Defined -->
|
93
|
+
<div class="none">No Features Defined</div>
|
94
|
+
|
95
|
+
|
96
|
+
<div id="directory" style="margin-left: 40px;">
|
97
|
+
<div class="title"><span class="name">Tags</span></div>
|
98
|
+
</div>
|
99
|
+
<div class="tags">
|
100
|
+
|
101
|
+
</div>
|
102
|
+
|
103
|
+
|
104
|
+
<!-- No Feature Directories -->
|
105
|
+
|
106
|
+
|
107
|
+
<div id="directory" style="margin-left: 40px;">
|
108
|
+
<div class="title"><span class="name">Step Definitions & Transforms</span></div>
|
109
|
+
</div>
|
110
|
+
<div class="steptransformers">
|
111
|
+
0
|
112
|
+
<a href="requirements/step_transformers.html#step_definitions">Step Definitions</a>
|
113
|
+
0
|
114
|
+
<a href="requirements/step_transformers.html#step_transforms">Transforms</a>
|
115
|
+
and 0
|
116
|
+
<a href="requirements/step_transformers.html#undefined_steps">Undefined Steps</a>
|
117
|
+
</div>
|
118
|
+
|
119
|
+
</div>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
</div>
|
124
|
+
|
125
|
+
<div id="footer">
|
126
|
+
Generated on Fri May 30 09:21:12 2014 by
|
127
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
128
|
+
0.8.7.4 (ruby-2.1.2).
|
129
|
+
</div>
|
130
|
+
|
131
|
+
</body>
|
132
|
+
</html>
|
data/doc/tag_list.html
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<title>Tags List</title>
|
19
|
+
<base id="base_target" target="_parent" />
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<script type="text/javascript" charset="utf-8">
|
23
|
+
if (window.top.frames.main) {
|
24
|
+
document.getElementById('base_target').target = 'main';
|
25
|
+
document.body.className = 'frames';
|
26
|
+
}
|
27
|
+
</script>
|
28
|
+
<div id="content">
|
29
|
+
<h1 id="full_list_header">Tags List</h1>
|
30
|
+
<div id="nav">
|
31
|
+
|
32
|
+
<span><a target="_self" href="feature_list.html">
|
33
|
+
Features
|
34
|
+
</a></span>
|
35
|
+
|
36
|
+
<span><a target="_self" href="tag_list.html">
|
37
|
+
Tags
|
38
|
+
</a></span>
|
39
|
+
|
40
|
+
<span><a target="_self" href="class_list.html">
|
41
|
+
Classes
|
42
|
+
</a></span>
|
43
|
+
|
44
|
+
<span><a target="_self" href="method_list.html">
|
45
|
+
Methods
|
46
|
+
</a></span>
|
47
|
+
|
48
|
+
<span><a target="_self" href="file_list.html">
|
49
|
+
Files
|
50
|
+
</a></span>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
<div id="search">Search: <input type="text" /></div>
|
54
|
+
|
55
|
+
<ul id="full_list" class="class">
|
56
|
+
<li>
|
57
|
+
<span class='object_link'><a href="requirements/tags.html" title="requirements::tags (featuretags)">All Tags</a></span>
|
58
|
+
</li>
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
</ul>
|
63
|
+
</div>
|
64
|
+
</body>
|
65
|
+
</html>
|
@@ -0,0 +1,128 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '';
|
22
|
+
framesUrl = "frames.html#!top-level-namespace.html";
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="_index.html">Index</a> »
|
39
|
+
|
40
|
+
|
41
|
+
<span class="title">Top Level Namespace</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="tag_list_link"
|
55
|
+
href="tag_list.html">
|
56
|
+
Tags
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="class_list_link"
|
60
|
+
href="class_list.html">
|
61
|
+
Class List
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="method_list_link"
|
65
|
+
href="method_list.html">
|
66
|
+
Method List
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="file_list_link"
|
70
|
+
href="file_list.html">
|
71
|
+
File List
|
72
|
+
</a>
|
73
|
+
|
74
|
+
</div>
|
75
|
+
<div class="clear"></div>
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<iframe id="search_frame"></iframe>
|
79
|
+
|
80
|
+
<div id="content"><h1>Top Level Namespace
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
</h1>
|
85
|
+
|
86
|
+
<dl class="box">
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
</dl>
|
96
|
+
<div class="clear"></div>
|
97
|
+
|
98
|
+
<h2>Defined Under Namespace</h2>
|
99
|
+
<p class="children">
|
100
|
+
|
101
|
+
|
102
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Nikki.html" title="Nikki (module)">Nikki</a></span>
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Generator.html" title="Generator (class)">Generator</a></span>
|
107
|
+
|
108
|
+
|
109
|
+
</p>
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
</div>
|
120
|
+
|
121
|
+
<div id="footer">
|
122
|
+
Generated on Fri May 30 09:21:12 2014 by
|
123
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
124
|
+
0.8.7.4 (ruby-2.1.2).
|
125
|
+
</div>
|
126
|
+
|
127
|
+
</body>
|
128
|
+
</html>
|
data/lib/nikki/version.rb
CHANGED