Module: SqlFormatter
- Defined in:
- lib/sql_formatter.rb,
lib/sql_formatter/version.rb,
lib/sql_formatter/formatter.rb
Defined Under Namespace
Classes: Formatter
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.format(string) ⇒ Object
5 6 7 8 |
# File 'lib/sql_formatter.rb', line 5 def self.format(string) formatter = SqlFormatter::Formatter.new(string) formatter.format end |