8 9 10
# File 'lib/stitcher/type/core_ext.rb', line 8 def stitcher_type Stitcher::Type.new self.class == Class ? self : self.class end
4 5 6
# File 'lib/stitcher/type/core_ext.rb', line 4 def type stitcher_type end