module Stitcher::Concepts

Public Class Methods

blockable() click to toggle source
# File lib/stitcher/concepts.rb, line 2
def blockable
        proc { |*args, &block| !!block }
end

Private Instance Methods

blockable() click to toggle source
# File lib/stitcher/concepts.rb, line 2
def blockable
        proc { |*args, &block| !!block }
end