Sha256: 2bd5c3f406c3ba47a47a005b2c5b4b8b8af19cae0b0837cb2a923fd4288e6f5a
Contents?: true
Size: 1.32 KB
Versions: 11
Compression:
Stored size: 1.32 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>table_cell (Rmobio::Rxml::BaseTransformer)</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 rxml/base_transformer.rb, line 304</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">table_cell</span>(<span class="ruby-identifier">doc</span>, <span class="ruby-identifier">style</span>=<span class="ruby-value str">""</span>, <span class="ruby-identifier">xstyle</span>=<span class="ruby-value str">""</span>) <span class="ruby-identifier">doc</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"<td #{style}>"</span> <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">doc</span> <span class="ruby-identifier">doc</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'</td>'</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems