Module: Detroit
- Defined in:
- lib/detroit-syntax.rb
Defined Under Namespace
Classes: Syntax
Instance Method Summary collapse
-
#Syntax(options = {}) ⇒ Object
Create a new Syntax tool with the specified
options.
Instance Method Details
#Syntax(options = {}) ⇒ Object
Create a new Syntax tool with the specified options.
6 7 8 |
# File 'lib/detroit-syntax.rb', line 6 def Syntax(={}) Syntax.new() end |