Module: Rubyfmt
- Defined in:
- lib/rubyfmt.rb,
lib/rubyfmt/version.rb
Defined Under Namespace
Classes: Processor
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.format(string) ⇒ Object
6 7 8 |
# File 'lib/rubyfmt.rb', line 6 def self.format(string) Processor.new.process(RubyParser.new.parse(string)).strip end |