Sha256: 5530255dcee88b3497c6974fe2b72c0a33a50320ecaff189079619d8d54e49c3
Contents?: true
Size: 1.98 KB
Versions: 5
Compression:
Stored size: 1.98 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Kagemusha – 影武者 </title> <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script> <style> </style> <script type="text/javascript"> window.onload = function() { settings = { tl: { radius: 10 }, tr: { radius: 10 }, bl: { radius: 10 }, br: { radius: 10 }, antiAlias: true, autoPad: true, validTags: ["div"] } var versionBox = new curvyCorners(settings, document.getElementById("version")); versionBox.applyCornersToAll(); } </script> </head> <body> <div id="main"> <h1>Kagemusha – 影武者</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/kagemusha"; return false'> <p>Get Version</p> <a href="http://rubyforge.org/projects/kagemusha" class="numbers">0.0.4</a> </div> <h2>What</h2> <p>Kagemusha is a library of helper functions for testing Ruby scripts. It helps you generating scoped mock-objects which overrides behavior of the class restricted in given blocks, without tainting a global area.</p> <h2>Installing</h2> <p><pre class='syntax'><span class="comment"># gem install kagemusha</span></pre></p> <h2>The basics</h2> <h2>Demonstration of usage</h2> <h2>License</h2> <p>This code is free to use under the terms of Ruby’s license.</p> <h2>Contact</h2> <p>Comments are welcome. Send an email to yuyakato at gmail dot com.</p> </div> <!-- insert site tracking codes here, like Google Urchin --> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
kagemusha-0.0.7 | website/index.html |
kagemusha-0.0.8 | website/index.html |
kagemusha-0.0.4 | website/index.html |
kagemusha-0.0.5 | website/index.html |
kagemusha-0.0.6 | website/index.html |