module Noir

Constants

VERSION

Public Class Methods

main() click to toggle source
# File lib/noir.rb, line 10
def self.main
  Noir::Executer.execute
end