mbrao 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/.travis-gemfile +5 -2
  2. data/.travis.yml +2 -2
  3. data/Gemfile +6 -4
  4. data/README.md +1 -0
  5. data/Rakefile +18 -0
  6. data/doc/ActionView/Template/Handlers/MbraoTemplate.html +5 -5
  7. data/doc/ActionView/Template/Handlers.html +5 -5
  8. data/doc/HTML/Pipeline/KramdownFilter.html +5 -5
  9. data/doc/HTML/Pipeline.html +5 -5
  10. data/doc/HTML.html +5 -5
  11. data/doc/Mbrao/Author.html +12 -12
  12. data/doc/Mbrao/Content.html +104 -140
  13. data/doc/Mbrao/ContentPublicInterface.html +6 -6
  14. data/doc/Mbrao/Exceptions/InvalidDate.html +7 -7
  15. data/doc/Mbrao/Exceptions/InvalidMetadata.html +7 -7
  16. data/doc/Mbrao/Exceptions/Parsing.html +7 -7
  17. data/doc/Mbrao/Exceptions/Rendering.html +7 -7
  18. data/doc/Mbrao/Exceptions/UnavailableLocalization.html +7 -7
  19. data/doc/Mbrao/Exceptions/Unimplemented.html +7 -7
  20. data/doc/Mbrao/Exceptions/UnknownEngine.html +7 -7
  21. data/doc/Mbrao/Exceptions.html +5 -5
  22. data/doc/Mbrao/Parser.html +15 -15
  23. data/doc/Mbrao/ParsingEngines/Base.html +5 -5
  24. data/doc/Mbrao/ParsingEngines/PlainText.html +5 -5
  25. data/doc/Mbrao/ParsingEngines.html +5 -5
  26. data/doc/Mbrao/PublicInterface/ClassMethods.html +20 -32
  27. data/doc/Mbrao/PublicInterface.html +5 -5
  28. data/doc/Mbrao/RenderingEngines/Base.html +5 -5
  29. data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +16 -16
  30. data/doc/Mbrao/RenderingEngines.html +5 -5
  31. data/doc/Mbrao/Validations/ClassMethods.html +13 -351
  32. data/doc/Mbrao/Validations.html +5 -5
  33. data/doc/Mbrao/Version.html +7 -7
  34. data/doc/Mbrao.html +5 -5
  35. data/doc/_index.html +6 -6
  36. data/doc/class_list.html +3 -2
  37. data/doc/file.README.html +7 -6
  38. data/doc/file_list.html +2 -1
  39. data/doc/frames.html +1 -1
  40. data/doc/index.html +7 -6
  41. data/doc/js/full_list.js +7 -2
  42. data/doc/method_list.html +67 -192
  43. data/doc/top-level-namespace.html +5 -5
  44. data/lib/mbrao/author.rb +1 -1
  45. data/lib/mbrao/content.rb +10 -12
  46. data/lib/mbrao/exceptions.rb +7 -7
  47. data/lib/mbrao/parser.rb +4 -65
  48. data/lib/mbrao/rendering_engines/html_pipeline.rb +5 -5
  49. data/lib/mbrao/version.rb +2 -2
  50. data/lib/mbrao.rb +1 -1
  51. data/mbrao.gemspec +4 -4
  52. data/spec/coverage_helper.rb +4 -1
  53. data/spec/mbrao/author_spec.rb +5 -5
  54. data/spec/mbrao/content_spec.rb +3 -3
  55. data/spec/mbrao/integrations/rails_spec.rb +8 -8
  56. data/spec/mbrao/parser_spec.rb +19 -96
  57. data/spec/mbrao/parsing_engines/base_spec.rb +7 -7
  58. data/spec/mbrao/rendering_engines/html_pipeline_spec.rb +13 -14
  59. metadata +11 -11
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: Mbrao::ContentPublicInterface
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -307,7 +307,7 @@
307
307
  <pre class="code"><span class="info file"># File 'lib/mbrao/content.rb', line 14</span>
308
308
 
309
309
  <span class='kw'>def</span> <span class='id identifier rubyid_enabled_for_locales?'>enabled_for_locales?</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
310
- <span class='id identifier rubyid_locales'>locales</span> <span class='op'>=</span> <span class='const'>Mbrao</span><span class='op'>::</span><span class='const'>Parser</span><span class='period'>.</span><span class='id identifier rubyid_sanitized_array'>sanitized_array</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_collect'>collect</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_reject'>reject</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_l'>l</span><span class='op'>|</span> <span class='id identifier rubyid_l'>l</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span>
310
+ <span class='id identifier rubyid_locales'>locales</span> <span class='op'>=</span> <span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_ensure_array'>ensure_array</span><span class='lparen'>(</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='kw'>true</span><span class='rparen'>)</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_l'>l</span><span class='op'>|</span> <span class='id identifier rubyid_l'>l</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span><span class='period'>.</span><span class='id identifier rubyid_strip'>strip</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_reject'>reject</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_l'>l</span><span class='op'>|</span> <span class='id identifier rubyid_l'>l</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>*</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span>
311
311
  <span class='ivar'>@locales</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span> <span class='op'>||</span> <span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span> <span class='op'>||</span> <span class='lparen'>(</span><span class='ivar'>@locales</span> <span class='op'>&amp;</span> <span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span>
312
312
  <span class='kw'>end</span></pre>
313
313
  </td>
@@ -649,9 +649,9 @@
649
649
  </div>
650
650
 
651
651
  <div id="footer">
652
- Generated on Sat Apr 13 15:59:17 2013 by
652
+ Generated on Sat Jul 20 16:09:45 2013 by
653
653
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
654
- 0.8.5.2 (ruby-1.9.3).
654
+ 0.8.6.2 (ruby-1.9.3).
655
655
  </div>
656
656
 
657
657
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::InvalidDate
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::InvalidDate</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::InvalidMetadata
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::InvalidMetadata</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Parsing
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::Parsing</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Rendering
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::Rendering</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::UnavailableLocalization
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::UnavailableLocalization</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Unimplemented
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::Unimplemented</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::UnknownEngine
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -73,12 +73,12 @@
73
73
 
74
74
  <dt class="r1">Inherits:</dt>
75
75
  <dd class="r1">
76
- <span class="inheritName">Exception</span>
76
+ <span class="inheritName">RuntimeError</span>
77
77
 
78
78
  <ul class="fullTree">
79
79
  <li>Object</li>
80
80
 
81
- <li class="next">Exception</li>
81
+ <li class="next">RuntimeError</li>
82
82
 
83
83
  <li class="next">Mbrao::Exceptions::UnknownEngine</li>
84
84
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Apr 13 15:59:18 2013 by
127
+ Generated on Sat Jul 20 16:09:46 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.5.2 (ruby-1.9.3).
129
+ 0.8.6.2 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: Mbrao::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Apr 13 15:59:17 2013 by
119
+ Generated on Sat Jul 20 16:09:45 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.5.2 (ruby-1.9.3).
121
+ 0.8.6.2 (ruby-1.9.3).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Mbrao::Parser
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -275,13 +275,13 @@
275
275
  <pre class="lines">
276
276
 
277
277
 
278
- 211
279
- 212
280
- 213
281
- 214</pre>
278
+ 150
279
+ 151
280
+ 152
281
+ 153</pre>
282
282
  </td>
283
283
  <td>
284
- <pre class="code"><span class="info file"># File 'lib/mbrao/parser.rb', line 211</span>
284
+ <pre class="code"><span class="info file"># File 'lib/mbrao/parser.rb', line 150</span>
285
285
 
286
286
  <span class='kw'>def</span> <span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
287
287
  <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='id identifier rubyid_sanitize_parsing_options'>sanitize_parsing_options</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
@@ -387,13 +387,13 @@
387
387
  <pre class="lines">
388
388
 
389
389
 
390
- 222
391
- 223
392
- 224
393
- 225</pre>
390
+ 161
391
+ 162
392
+ 163
393
+ 164</pre>
394
394
  </td>
395
395
  <td>
396
- <pre class="code"><span class="info file"># File 'lib/mbrao/parser.rb', line 222</span>
396
+ <pre class="code"><span class="info file"># File 'lib/mbrao/parser.rb', line 161</span>
397
397
 
398
398
  <span class='kw'>def</span> <span class='id identifier rubyid_render'>render</span><span class='lparen'>(</span><span class='id identifier rubyid_content'>content</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_context'>context</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
399
399
  <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='id identifier rubyid_sanitize_rendering_options'>sanitize_rendering_options</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
@@ -409,9 +409,9 @@
409
409
  </div>
410
410
 
411
411
  <div id="footer">
412
- Generated on Sat Apr 13 15:59:18 2013 by
412
+ Generated on Sat Jul 20 16:09:45 2013 by
413
413
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
414
- 0.8.5.2 (ruby-1.9.3).
414
+ 0.8.6.2 (ruby-1.9.3).
415
415
  </div>
416
416
 
417
417
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Mbrao::ParsingEngines::Base
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -649,9 +649,9 @@
649
649
  </div>
650
650
 
651
651
  <div id="footer">
652
- Generated on Sat Apr 13 15:59:18 2013 by
652
+ Generated on Sat Jul 20 16:09:46 2013 by
653
653
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
654
- 0.8.5.2 (ruby-1.9.3).
654
+ 0.8.6.2 (ruby-1.9.3).
655
655
  </div>
656
656
 
657
657
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Mbrao::ParsingEngines::PlainText
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -562,9 +562,9 @@
562
562
  </div>
563
563
 
564
564
  <div id="footer">
565
- Generated on Sat Apr 13 15:59:19 2013 by
565
+ Generated on Sat Jul 20 16:09:46 2013 by
566
566
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
567
- 0.8.5.2 (ruby-1.9.3).
567
+ 0.8.6.2 (ruby-1.9.3).
568
568
  </div>
569
569
 
570
570
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: Mbrao::ParsingEngines
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -118,9 +118,9 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Sat Apr 13 15:59:17 2013 by
121
+ Generated on Sat Jul 20 16:09:45 2013 by
122
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
- 0.8.5.2 (ruby-1.9.3).
123
+ 0.8.6.2 (ruby-1.9.3).
124
124
  </div>
125
125
 
126
126
  </body>