module Detroit
Public Instance Methods
Syntax(options={})
click to toggle source
Create a new Syntax
tool with the specified options
.
# File lib/detroit-syntax.rb, line 6 def Syntax(options={}) Syntax.new(options) end