[Haml] Convert the Haml reference to YARD.

This commit is contained in:
Nathan Weizenbaum 2009-04-29 01:02:44 -07:00
parent ac3c887203
commit 7a8ad96e42
2 changed files with 497 additions and 479 deletions

File diff suppressed because it is too large Load Diff

View File

@ -183,7 +183,7 @@ module Haml
def render(text); text; end
end
# Surrounds the filtered text with <script> and CDATA tags.
# Surrounds the filtered text with `<script>` and CDATA tags.
# Useful for including inline Javascript.
module Javascript
include Base