Sha256: 3f7b0dca94b74b9cf8ae0ba9a71083eaf41713f2d8afefe96be2a1970861840a
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 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>directive (Lisp::Format::Lexer)</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/lisp-format.rb, line 364</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">directive</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">have_more_input</span> <span class="ruby-identifier">raise</span> <span class="ruby-constant">MalformedFormatError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@pos</span>), <span class="ruby-value str">'format string ended before directive was found'</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">next_char</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems