Class | Iowa::BindingsParser |
In: |
src/BindingsParser.rb
|
Parent: | Object |
Parse through binding declarations to resolve bindings. Resolved bindings are stored within an object variable, @bindings.
MainPattern | = | /([\w.]+)\s*(:\s*(\w+)\s*)?[{](.*?)^\s*[}]/m |
BodyPattern | = | /(\w+)\s*=\s*(.+)/ |
TrimPattern | = | /\s*$/ |