class Object

Public Instance Methods

stitcher_type() click to toggle source
# File lib/stitcher/type/core_ext.rb, line 8
def stitcher_type
        Stitcher::Type.new self.class == Class ? self : self.class
end
type() click to toggle source
# File lib/stitcher/type/core_ext.rb, line 4
def type
        stitcher_type
end