ruby-vpi 8.2.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HEADER +0 -19
- data/HISTORY +40 -0
- data/README +20 -2
- data/Rakefile +38 -42
- data/bin/generate_test.rb +50 -35
- data/bin/generate_test_tpl/bench.rb +3 -3
- data/bin/generate_test_tpl/bench.v +1 -1
- data/bin/generate_test_tpl/runner.rake +3 -2
- data/bin/generate_test_tpl/spec.rb +2 -2
- data/doc/background.organization.html +1 -1
- data/doc/glossary.html +1 -1
- data/doc/index.html +2 -2
- data/doc/manual.txt +163 -83
- data/doc/problems.html +1 -1
- data/doc/problems.ruby.html +1 -1
- data/doc/src/manual.xml +132 -49
- data/doc/usage.examples.html +1 -1
- data/doc/usage.html +1 -1
- data/doc/usage.installation.html +2 -2
- data/doc/usage.recommendations.html +3 -0
- data/doc/usage.requirements.html +1 -1
- data/doc/usage.tutorial.html +46 -42
- data/ext/extconf.rb +5 -2
- data/ext/relay.c +138 -0
- data/ext/{relay.hin → relay.h} +7 -7
- data/ext/{swig.cin → swig.c} +5 -7
- data/ext/{swig.hin → swig.h} +4 -4
- data/ext/verilog.h +1 -2
- data/ext/vlog.c +86 -0
- data/ext/{vlog.hin → vlog.h} +9 -12
- data/header.html +0 -31
- data/header.part.html +0 -31
- data/history.html +72 -31
- data/history.part.html +72 -0
- data/lib/ruby-vpi.rb +16 -0
- data/lib/ruby-vpi/runner.rb +34 -16
- data/memo.html +0 -31
- data/readme.html +33 -33
- data/readme.part.html +34 -3
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +7 -8
- data/ref/c/functions.html +2 -2
- data/ref/c/functions_vars.html +2 -2
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +9 -9
- data/ref/c/globals_0x73.html +3 -3
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +5 -5
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +2 -2
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +11 -11
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +5 -5
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8c.html +214 -0
- data/ref/c/{relay_8hin.html → relay_8h.html} +23 -23
- data/ref/c/structrelay____RubyOptions____def.html +6 -6
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/swig_8c.html +80 -0
- data/ref/c/{swig_8hin.html → swig_8h.html} +13 -13
- data/ref/c/verilog_8h.html +3 -3
- data/ref/c/{vlog_8cin.html → vlog_8c.html} +30 -21
- data/ref/c/{vlog_8hin.html → vlog_8h.html} +12 -12
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/ERB.html +5 -5
- data/ref/ruby/classes/ERB.src/{M000033.html → M000034.html} +0 -0
- data/ref/ruby/classes/FileUtils.html +10 -10
- data/ref/ruby/classes/FileUtils.src/M000089.html +5 -5
- data/ref/ruby/classes/FileUtils.src/M000090.html +18 -0
- data/ref/ruby/classes/Integer.html +68 -68
- data/ref/ruby/classes/Integer.src/M000012.html +12 -5
- data/ref/ruby/classes/Integer.src/M000013.html +5 -5
- data/ref/ruby/classes/Integer.src/M000014.html +5 -5
- data/ref/ruby/classes/Integer.src/M000015.html +5 -5
- data/ref/ruby/classes/Integer.src/M000016.html +5 -5
- data/ref/ruby/classes/Integer.src/M000017.html +18 -0
- data/ref/ruby/classes/Integer.src/M000020.html +9 -9
- data/ref/ruby/classes/Integer.src/M000021.html +9 -12
- data/ref/ruby/classes/Integer.src/M000022.html +12 -18
- data/ref/ruby/classes/Integer.src/M000023.html +18 -12
- data/ref/ruby/classes/Integer.src/M000024.html +12 -17
- data/ref/ruby/classes/Integer.src/M000025.html +30 -0
- data/ref/ruby/classes/OutputInfo.html +6 -6
- data/ref/ruby/classes/OutputInfo.src/{M000029.html → M000030.html} +37 -37
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000092.html → M000093.html} +0 -0
- data/ref/ruby/classes/RubyVpi.html +16 -10
- data/ref/ruby/classes/RubyVpi.src/M000091.html +37 -7
- data/ref/ruby/classes/RubyVpi.src/M000092.html +20 -0
- data/ref/ruby/classes/RubyVpi/Config.html +148 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +45 -45
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000081.html +5 -5
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000082.html +5 -9
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000083.html +9 -31
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000084.html +31 -69
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000085.html +69 -114
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000086.html +114 -13
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000087.html +13 -5
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000088.html +18 -0
- data/ref/ruby/classes/String.html +10 -10
- data/ref/ruby/classes/String.src/M000032.html +28 -5
- data/ref/ruby/classes/String.src/M000033.html +18 -0
- data/ref/ruby/classes/Table.html +20 -20
- data/ref/ruby/classes/Table.src/M000026.html +25 -5
- data/ref/ruby/classes/Table.src/M000027.html +5 -5
- data/ref/ruby/classes/Table.src/M000028.html +5 -5
- data/ref/ruby/classes/Table.src/M000029.html +18 -0
- data/ref/ruby/classes/Template.html +5 -5
- data/ref/ruby/classes/Template.src/{M000030.html → M000031.html} +4 -4
- data/ref/ruby/classes/VerilogParser.html +5 -5
- data/ref/ruby/classes/VerilogParser.src/{M000004.html → M000005.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module.src/{M000005.html → M000006.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Parameter.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/{M000010.html → M000011.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.html +20 -20
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000007.html +8 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000008.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000009.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000010.html +18 -0
- data/ref/ruby/classes/XX/Document.html +45 -45
- data/ref/ruby/classes/XX/Document.src/M000072.html +9 -7
- data/ref/ruby/classes/XX/Document.src/M000073.html +7 -7
- data/ref/ruby/classes/XX/Document.src/M000074.html +7 -7
- data/ref/ruby/classes/XX/Document.src/M000075.html +7 -9
- data/ref/ruby/classes/XX/Document.src/M000076.html +9 -8
- data/ref/ruby/classes/XX/Document.src/M000077.html +8 -8
- data/ref/ruby/classes/XX/Document.src/M000078.html +8 -21
- data/ref/ruby/classes/XX/Document.src/M000079.html +21 -85
- data/ref/ruby/classes/XX/Document.src/M000080.html +98 -0
- data/ref/ruby/classes/XX/HTML4.html +5 -5
- data/ref/ruby/classes/XX/HTML4.src/{M000035.html → M000036.html} +0 -0
- data/ref/ruby/classes/XX/HTML4/Strict.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Strict.src/{M000037.html → M000038.html} +0 -0
- data/ref/ruby/classes/XX/HTML4/Transitional.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Transitional.src/{M000036.html → M000037.html} +0 -0
- data/ref/ruby/classes/XX/Markup.html +5 -5
- data/ref/ruby/classes/XX/Markup.src/{M000042.html → M000043.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.html +40 -40
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000044.html +9 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000045.html +7 -12
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000046.html +12 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000047.html +7 -14
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000048.html +14 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000049.html +7 -14
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000050.html +14 -9
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000051.html +22 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.html +100 -100
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000052.html +43 -20
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000053.html +20 -18
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000054.html +18 -35
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000055.html +35 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000056.html +7 -18
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000057.html +18 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000058.html +19 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000059.html +19 -15
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000060.html +15 -10
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000061.html +10 -13
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000062.html +13 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000063.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000064.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000065.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000066.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000067.html +7 -8
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000068.html +8 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000069.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000070.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000071.html +20 -0
- data/ref/ruby/classes/XX/XHTML.html +5 -5
- data/ref/ruby/classes/XX/XHTML.src/{M000038.html → M000039.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Strict.src/{M000040.html → M000041.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000039.html → M000040.html} +0 -0
- data/ref/ruby/classes/XX/XML.html +5 -5
- data/ref/ruby/classes/XX/XML.src/{M000034.html → M000035.html} +0 -0
- data/ref/ruby/classes/XX/XMLish.html +5 -5
- data/ref/ruby/classes/XX/XMLish.src/{M000041.html → M000042.html} +0 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +49 -9
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +5 -16
- data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +39 -0
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +22 -21
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +11 -13
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +26 -0
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/xx_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +1 -0
- data/ref/ruby/fr_method_index.html +93 -92
- data/samp/counter/{counter_rspecTest_bench.rb → counter_rspec_bench.rb} +2 -2
- data/samp/counter/{counter_rspecTest_bench.v → counter_rspec_bench.v} +3 -3
- data/samp/counter/{counter_unitTest_design.rb → counter_rspec_design.rb} +3 -3
- data/samp/counter/{counter_rspecTest_proto.rb → counter_rspec_proto.rb} +0 -0
- data/samp/counter/{counter_unitTest_runner.rake → counter_rspec_runner.rake} +5 -4
- data/samp/counter/{counter_rspecTest_spec.rb → counter_rspec_spec.rb} +0 -0
- data/samp/counter/{counter_unitTest_bench.rb → counter_xunit_bench.rb} +2 -2
- data/samp/counter/{counter_unitTest_bench.v → counter_xunit_bench.v} +3 -3
- data/samp/counter/{counter_rspecTest_design.rb → counter_xunit_design.rb} +3 -3
- data/samp/counter/{counter_unitTest_proto.rb → counter_xunit_proto.rb} +0 -0
- data/samp/counter/{counter_rspecTest_runner.rake → counter_xunit_runner.rake} +5 -4
- data/samp/counter/{counter_unitTest_spec.rb → counter_xunit_spec.rb} +0 -0
- data/samp/pipelined_alu/hw5_unit_test_runner.rake +3 -2
- metadata +177 -177
- data/ext/README +0 -124
- data/ext/relay.cin +0 -146
- data/ext/ruby-vpi.c +0 -36
- data/ext/vlog.cin +0 -92
- data/lib/ruby-vpi/synopsys_vcs.tab +0 -2
- data/ref/c/relay_8cin.html +0 -204
- data/ref/c/ruby-vpi_8c.html +0 -34
- data/ref/c/swig_8cin.html +0 -75
- data/ref/ruby/classes/FileUtils.src/M000088.html +0 -18
- data/ref/ruby/classes/Integer.src/M000011.html +0 -25
- data/ref/ruby/classes/Integer.src/M000019.html +0 -22
- data/ref/ruby/classes/RubyVpi.src/M000090.html +0 -50
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000080.html +0 -18
- data/ref/ruby/classes/String.src/M000031.html +0 -41
- data/ref/ruby/classes/Table.src/M000025.html +0 -38
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000006.html +0 -21
- data/ref/ruby/classes/XX/Document.src/M000071.html +0 -22
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000043.html +0 -22
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000051.html +0 -56
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000002.html +0 -20
@@ -5,22 +5,19 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_parse_attributes (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
408: <span class="ruby-identifier">obj</span>
|
23
|
-
409: <span class="ruby-comment cmt">#--}}}</span>
|
24
|
-
410: <span class="ruby-keyword kw">end</span></pre>
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 391</span>
|
14
|
+
391: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_parse_attributes</span> <span class="ruby-identifier">string</span>
|
15
|
+
392: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
393: <span class="ruby-identifier">string</span> = <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
394: <span class="ruby-identifier">tokens</span> = <span class="ruby-identifier">string</span>.<span class="ruby-identifier">split</span> <span class="ruby-regexp re">%r/,/o</span>
|
18
|
+
395: <span class="ruby-identifier">tokens</span>.<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">t</span><span class="ruby-operator">|</span> <span class="ruby-identifier">t</span>.<span class="ruby-identifier">sub!</span>(<span class="ruby-regexp re">%r/[^=]+=/</span>){<span class="ruby-operator">|</span><span class="ruby-identifier">key_eq</span><span class="ruby-operator">|</span> <span class="ruby-identifier">key_eq</span>.<span class="ruby-identifier">chop</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">" : "</span>}}
|
19
|
+
396: <span class="ruby-identifier">xx_parse_yaml_attributes</span>(<span class="ruby-identifier">tokens</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">','</span>))
|
20
|
+
397: <span class="ruby-comment cmt">#--}}}</span>
|
21
|
+
398: <span class="ruby-keyword kw">end</span></pre>
|
25
22
|
</body>
|
26
23
|
</html>
|
@@ -5,16 +5,22 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_parse_yaml_attributes (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 400</span>
|
14
|
+
400: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_parse_yaml_attributes</span> <span class="ruby-identifier">string</span>
|
15
|
+
401: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
402: <span class="ruby-identifier">require</span> <span class="ruby-value str">"yaml"</span>
|
17
|
+
403: <span class="ruby-identifier">string</span> = <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>
|
18
|
+
404: <span class="ruby-identifier">string</span> = <span class="ruby-value str">"{"</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">string</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">string</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%r/^\s*[{]/o</span>
|
19
|
+
405: <span class="ruby-identifier">string</span> = <span class="ruby-identifier">string</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">"}"</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">string</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%r/[}]\s*$/o</span>
|
20
|
+
406: <span class="ruby-identifier">obj</span> = <span class="ruby-operator">::</span><span class="ruby-constant">YAML</span><span class="ruby-operator">::</span><span class="ruby-identifier">load</span> <span class="ruby-identifier">string</span>
|
21
|
+
407: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">"<#{ obj.class }> not Hash!"</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-constant">Hash</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">obj</span>
|
22
|
+
408: <span class="ruby-identifier">obj</span>
|
23
|
+
409: <span class="ruby-comment cmt">#--}}}</span>
|
24
|
+
410: <span class="ruby-keyword kw">end</span></pre>
|
19
25
|
</body>
|
20
26
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_class (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 413</span>
|
14
|
+
413: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_class</span>
|
15
|
+
414: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
415: <span class="ruby-ivar">@xx_class</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">class</span>
|
17
|
+
416: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
417: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_tag_method_name (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 418</span>
|
14
|
+
418: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_tag_method_name</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
419: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
420: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_tag_method_name</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
421: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
422: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_define_tmp_method (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 423</span>
|
14
|
+
423: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_define_tmp_method</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
424: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
425: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_define_tmp_methodr</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
426: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
427: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_define_tag_method (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 428</span>
|
14
|
+
428: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_define_tag_method</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
429: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
430: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_define_tag_method</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
431: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
432: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -5,17 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_remove_tag_method (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
443: <span class="ruby-keyword kw">end</span></pre>
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 433</span>
|
14
|
+
433: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_remove_tag_method</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
434: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
435: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_tag_remove_method</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
436: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
437: <span class="ruby-keyword kw">end</span></pre>
|
20
19
|
</body>
|
21
20
|
</html>
|
@@ -5,16 +5,17 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_ancestors (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 438</span>
|
14
|
+
438: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_ancestors</span>
|
15
|
+
439: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
440: <span class="ruby-identifier">raise</span> <span class="ruby-constant">Error</span>, <span class="ruby-value str">"no xx_which in effect"</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">xx_which</span>
|
17
|
+
441: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_ancestors</span> <span class="ruby-identifier">xx_which</span>
|
18
|
+
442: <span class="ruby-comment cmt">#--}}}</span>
|
19
|
+
443: <span class="ruby-keyword kw">end</span></pre>
|
19
20
|
</body>
|
20
21
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_config (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 444</span>
|
14
|
+
444: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_config</span>
|
15
|
+
445: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
446: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_config</span>
|
17
|
+
447: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
448: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -5,16 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_config_for (XX::Markup::InstanceMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 449</span>
|
14
|
+
449: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_config_for</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
450: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
451: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_config_for</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
452: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
453: <span class="ruby-keyword kw">end</span></pre>
|
19
19
|
</body>
|
20
20
|
</html>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>xx_configure (XX::Markup::InstanceMethods)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
|
+
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 454</span>
|
14
|
+
454: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_configure</span> <span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>
|
15
|
+
455: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
456: <span class="ruby-identifier">xx_class</span>.<span class="ruby-identifier">xx_configure</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">a</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">b</span>)
|
17
|
+
457: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
458: <span class="ruby-keyword kw">end</span></pre>
|
19
|
+
</body>
|
20
|
+
</html>
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
83
|
+
<a href="#M000039">xhtml_</a>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
|
@@ -116,12 +116,12 @@ Module <a href="XHTML/Transitional.html" class="link">XX::XHTML::Transitional</a
|
|
116
116
|
<div id="methods">
|
117
117
|
<h3 class="section-bar">Public Instance methods</h3>
|
118
118
|
|
119
|
-
<div id="method-
|
120
|
-
<a name="
|
119
|
+
<div id="method-M000039" class="method-detail">
|
120
|
+
<a name="M000039"></a>
|
121
121
|
|
122
122
|
<div class="method-heading">
|
123
|
-
<a href="XHTML.src/
|
124
|
-
onclick="popupCode('XHTML.src/
|
123
|
+
<a href="XHTML.src/M000039.html" target="Code" class="method-signature"
|
124
|
+
onclick="popupCode('XHTML.src/M000039.html');return false;">
|
125
125
|
<span class="method-name">xhtml_</span><span class="method-args">(which = XHTML, *a, &b)</span>
|
126
126
|
</a>
|
127
127
|
</div>
|
File without changes
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
83
|
+
<a href="#M000041">xhtml_</a>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
|
@@ -109,12 +109,12 @@
|
|
109
109
|
<div id="methods">
|
110
110
|
<h3 class="section-bar">Public Instance methods</h3>
|
111
111
|
|
112
|
-
<div id="method-
|
113
|
-
<a name="
|
112
|
+
<div id="method-M000041" class="method-detail">
|
113
|
+
<a name="M000041"></a>
|
114
114
|
|
115
115
|
<div class="method-heading">
|
116
|
-
<a href="Strict.src/
|
117
|
-
onclick="popupCode('Strict.src/
|
116
|
+
<a href="Strict.src/M000041.html" target="Code" class="method-signature"
|
117
|
+
onclick="popupCode('Strict.src/M000041.html');return false;">
|
118
118
|
<span class="method-name">xhtml_</span><span class="method-args">(which = XHTML::Strict, *a, &b)</span>
|
119
119
|
</a>
|
120
120
|
</div>
|
File without changes
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
83
|
+
<a href="#M000040">xhtml_</a>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
|
@@ -109,12 +109,12 @@
|
|
109
109
|
<div id="methods">
|
110
110
|
<h3 class="section-bar">Public Instance methods</h3>
|
111
111
|
|
112
|
-
<div id="method-
|
113
|
-
<a name="
|
112
|
+
<div id="method-M000040" class="method-detail">
|
113
|
+
<a name="M000040"></a>
|
114
114
|
|
115
115
|
<div class="method-heading">
|
116
|
-
<a href="Transitional.src/
|
117
|
-
onclick="popupCode('Transitional.src/
|
116
|
+
<a href="Transitional.src/M000040.html" target="Code" class="method-signature"
|
117
|
+
onclick="popupCode('Transitional.src/M000040.html');return false;">
|
118
118
|
<span class="method-name">xhtml_</span><span class="method-args">(which = XHTML::Transitional, *a, &b)</span>
|
119
119
|
</a>
|
120
120
|
</div>
|
File without changes
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
83
|
+
<a href="#M000035">xml_</a>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
|
@@ -109,12 +109,12 @@
|
|
109
109
|
<div id="methods">
|
110
110
|
<h3 class="section-bar">Public Instance methods</h3>
|
111
111
|
|
112
|
-
<div id="method-
|
113
|
-
<a name="
|
112
|
+
<div id="method-M000035" class="method-detail">
|
113
|
+
<a name="M000035"></a>
|
114
114
|
|
115
115
|
<div class="method-heading">
|
116
|
-
<a href="XML.src/
|
117
|
-
onclick="popupCode('XML.src/
|
116
|
+
<a href="XML.src/M000035.html" target="Code" class="method-signature"
|
117
|
+
onclick="popupCode('XML.src/M000035.html');return false;">
|
118
118
|
<span class="method-name">xml_</span><span class="method-args">(*a, &b)</span>
|
119
119
|
</a>
|
120
120
|
</div>
|
File without changes
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
83
|
+
<a href="#M000042">xmlish_</a>
|
84
84
|
</div>
|
85
85
|
</div>
|
86
86
|
|
@@ -109,12 +109,12 @@
|
|
109
109
|
<div id="methods">
|
110
110
|
<h3 class="section-bar">Public Instance methods</h3>
|
111
111
|
|
112
|
-
<div id="method-
|
113
|
-
<a name="
|
112
|
+
<div id="method-M000042" class="method-detail">
|
113
|
+
<a name="M000042"></a>
|
114
114
|
|
115
115
|
<div class="method-heading">
|
116
|
-
<a href="XMLish.src/
|
117
|
-
onclick="popupCode('XMLish.src/
|
116
|
+
<a href="XMLish.src/M000042.html" target="Code" class="method-signature"
|
117
|
+
onclick="popupCode('XMLish.src/M000042.html');return false;">
|
118
118
|
<span class="method-name">xmlish_</span><span class="method-args">(*a, &b)</span>
|
119
119
|
</a>
|
120
120
|
</div>
|
File without changes
|
data/ref/ruby/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Sat Oct 28 02:24:02 PDT 2006
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Sat Oct 28 02:20:39 PDT 2006</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -73,19 +73,40 @@
|
|
73
73
|
Generates Ruby-VPI tests from Verilog 2001 module declarations.
|
74
74
|
</p>
|
75
75
|
<ul>
|
76
|
-
<li>
|
77
|
-
to be the input.
|
76
|
+
<li>The standard input stream is read if no input files are specified.
|
78
77
|
|
79
78
|
</li>
|
80
79
|
<li>The first input signal in a module’s declaration is assumed to be the
|
81
80
|
clocking signal.
|
82
81
|
|
83
|
-
</li>
|
84
|
-
<li>Existing output files will be backed-up before being over-written. A
|
85
|
-
backed-up file has a tilde (~) appended to its name.
|
86
|
-
|
87
82
|
</li>
|
88
83
|
</ul>
|
84
|
+
<h1>Progress indicators</h1>
|
85
|
+
<p>
|
86
|
+
As this tool performs its duties, it notifies you of important information
|
87
|
+
using the following indicators.
|
88
|
+
</p>
|
89
|
+
<table>
|
90
|
+
<tr><td valign="top">create:</td><td>Output file does not exist. It will be created.
|
91
|
+
|
92
|
+
</td></tr>
|
93
|
+
<tr><td valign="top">skip:</td><td>Output file exists and is up to date.
|
94
|
+
|
95
|
+
</td></tr>
|
96
|
+
<tr><td valign="top">update:</td><td>Output file exists and is out of date. A backup copy will be made (with a
|
97
|
+
".old" suffix) before this output file is updated. Use a text
|
98
|
+
merging tool or manually transfer any necessary information from the backup
|
99
|
+
copy to the updated output file.
|
100
|
+
|
101
|
+
</td></tr>
|
102
|
+
</table>
|
103
|
+
<h1>Environment variables</h1>
|
104
|
+
<table>
|
105
|
+
<tr><td valign="top">MERGER:</td><td>A command for invoking a text merging tool with two arguments: old file,
|
106
|
+
new file. The tool should save its output to the new file.
|
107
|
+
|
108
|
+
</td></tr>
|
109
|
+
</table>
|
89
110
|
|
90
111
|
</div>
|
91
112
|
|
@@ -95,6 +116,7 @@ backed-up file has a tilde (~) appended to its name.
|
|
95
116
|
<div class="name-list">
|
96
117
|
ruby-vpi/verilog_parser
|
97
118
|
fileutils
|
119
|
+
digest/md5
|
98
120
|
ruby-vpi/erb
|
99
121
|
optparse
|
100
122
|
ruby-vpi/rdoc
|
@@ -107,7 +129,8 @@ backed-up file has a tilde (~) appended to its name.
|
|
107
129
|
<h3 class="section-bar">Methods</h3>
|
108
130
|
|
109
131
|
<div class="name-list">
|
110
|
-
<a href="#M000001">
|
132
|
+
<a href="#M000001">notify</a>
|
133
|
+
<a href="#M000002">write_file</a>
|
111
134
|
</div>
|
112
135
|
</div>
|
113
136
|
|
@@ -178,6 +201,23 @@ obtain templates for output generation
|
|
178
201
|
<div class="method-heading">
|
179
202
|
<a href="generate_test_rb.src/M000001.html" target="Code" class="method-signature"
|
180
203
|
onclick="popupCode('generate_test_rb.src/M000001.html');return false;">
|
204
|
+
<span class="method-name">notify</span><span class="method-args">(*args)</span>
|
205
|
+
</a>
|
206
|
+
</div>
|
207
|
+
|
208
|
+
<div class="method-description">
|
209
|
+
<p>
|
210
|
+
Notify the user about some action being performed.
|
211
|
+
</p>
|
212
|
+
</div>
|
213
|
+
</div>
|
214
|
+
|
215
|
+
<div id="method-M000002" class="method-detail">
|
216
|
+
<a name="M000002"></a>
|
217
|
+
|
218
|
+
<div class="method-heading">
|
219
|
+
<a href="generate_test_rb.src/M000002.html" target="Code" class="method-signature"
|
220
|
+
onclick="popupCode('generate_test_rb.src/M000002.html');return false;">
|
181
221
|
<span class="method-name">write_file</span><span class="method-args">(aPath, aContent)</span>
|
182
222
|
</a>
|
183
223
|
</div>
|
@@ -185,7 +225,7 @@ obtain templates for output generation
|
|
185
225
|
<div class="method-description">
|
186
226
|
<p>
|
187
227
|
Writes the given contents to the file at the given path. If the given path
|
188
|
-
already exists, then a backup is created before
|
228
|
+
already exists, then a backup is created before invoking the merging tool.
|
189
229
|
</p>
|
190
230
|
</div>
|
191
231
|
</div>
|