class OasRails::YARD::OasRailsFactory
def eval_content(content)
-
(Hash)
- The evaluated hash, or an empty hash if an error occurs.
Parameters:
-
content
(String
) -- The content string to evaluate.
def eval_content(content) eval(content) rescue StandardError {} end