module Stitcher::Stitch

Public Instance Methods

stitch(*args, &block) click to toggle source
# File lib/stitcher/stitch.rb, line 18
def stitch *args, &block
        return Definer.new self if args.empty?
        Register.register self, *args, &block
end