Module: Detroit

Defined in:
lib/detroit-syntax.rb

Defined Under Namespace

Classes: Syntax

Instance Method Summary collapse

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(options={})
  Syntax.new(options)
end