Class: DataMetaXtra::ProcFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/dataMetaXtra.rb

Overview

Empty block factory

Instance Method Summary collapse

Instance Method Details

#createObject

Creates a new Proc, Proc requires a block, that’s why have to place it in a class in a method



98
# File 'lib/dataMetaXtra.rb', line 98

def create; Proc.new {} end