Sha256: f2c91940dba404d446402e343b4d3be08d703347fdd600f955a96055a4b5240e
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 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.1</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> <pre syntax="ruby"># gem install kagemusha</pre> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kagemusha-0.0.1 | website/index.html |