Sha256: 0d1a458f3d804c8684ee2eb4676ee5d83669d48edbe11205bacf86d4d2d6e7fc
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>test_othercodes (KenyacodesTest)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File test/test_kenyacodes.rb, line 14</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_othercodes</span> <span class="ruby-identifier">provinces</span> = <span class="ruby-constant">Kenyacodes</span><span class="ruby-operator">::</span><span class="ruby-constant">Total_provinces</span> <span class="ruby-identifier">kenyacode</span> = <span class="ruby-constant">Kenyacodes</span><span class="ruby-operator">::</span><span class="ruby-constant">Kenya_international_code</span> <span class="ruby-identifier">assert_equal</span> <span class="ruby-value">254</span>, <span class="ruby-identifier">kenyacode</span> <span class="ruby-identifier">assert_equal</span> <span class="ruby-value">8</span>, <span class="ruby-identifier">provinces</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kenyacodes-1.0.0 | doc/classes/KenyacodesTest.src/M000003.html |