Sha256: 7209b655326d345384bed7926998f721088a77e5799572a4dd2d64ea0023f078
Contents?: true
Size: 1003 Bytes
Versions: 3
Compression:
Stored size: 1003 Bytes
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_days_in_month (TestCase)</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 lib/facet/date/days_in_month.rb, line 22</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_days_in_month</span> <span class="ruby-identifier">assert_equal</span>( <span class="ruby-value">31</span>, <span class="ruby-constant">Date</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">2004</span>,<span class="ruby-value">1</span>).<span class="ruby-identifier">days_in_month</span> ) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems