erbook 7.1.1 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/doc/theory.erb CHANGED
@@ -193,6 +193,8 @@
193
193
 
194
194
  %|example "Input document for HelloWorld format", "HelloWorld.input"
195
195
 
196
+ Note that this input document uses the [*shorthand* eRuby directive syntax](<%= Ember::WEBSITE %>#Directives) and the [implicit <tt><%% end %></tt> inference](<%= Ember::WEBSITE %>#Infer-block-endings) features of the [<%= Ember::PROJECT %>](<%= Ember::WEBSITE %>) <%= Ember::TAGLINE %>.
197
+
196
198
  <code lang="rhtml"><%= verbatim File.read('doc/HelloWorld.input') %></code>
197
199
 
198
200