module Lgtmit

Constants

VERSION

Public Class Methods

run(file_name) click to toggle source
# File lib/lgtmit.rb, line 7
def self.run(file_name)
  Lgtmit::Compositer.new(file_name).run
end