module Rubyfmt

Constants

VERSION

Public Class Methods

format(string) click to toggle source
# File lib/rubyfmt.rb, line 6
def self.format(string)
  Processor.new.process(RubyParser.new.parse(string)).strip
end