module SymlinkCreator

Constants

VERSION

Public Class Methods

start(folder) click to toggle source
# File lib/create_symlink.rb, line 3
def self.start(folder)
  profile = Profile.new(folder)
  profile.execute
end