Module Ruote::RubyReader
In: lib/ruote/reader/ruby_dsl.rb

The same .read and .understands? method as the other readers are found here.

Methods

read   understands?  

Public Class methods

Evaluates the ruby string in the code, but at fist, thanks to the treechecker, makes sure it doesn‘t code malicious ruby code (at least tries very hard).

Returns true if s seems to contain a Ruby process definition

[Validate]