module Rensei
Constants
- VERSION
Public Class Methods
unparse(code, opt = {})
click to toggle source
# File lib/rensei.rb, line 8 def self.unparse(code, opt = {}) Unparser.unparse(code, opt) end
# File lib/rensei.rb, line 8 def self.unparse(code, opt = {}) Unparser.unparse(code, opt) end