| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Erb.Evaluate
Description
Evaluates a ruby template from what's generated by Erb.Parser.
- rubyEvaluate :: Container ScopeInformation -> Text -> [RubyStatement] -> Either Doc Text
- getVariable :: Container ScopeInformation -> Text -> Text -> Either Doc PValue
Documentation
rubyEvaluate :: Container ScopeInformation -> Text -> [RubyStatement] -> Either Doc Text Source