Method: Cog::Plugin#stamp_generator_block

Defined in:
lib/cog/plugin.rb

#stamp_generator_blockBlock

Returns the block to use to stamp the generator.

Returns:

  • (Block)

    the block to use to stamp the generator



16
17
18
# File 'lib/cog/plugin.rb', line 16

def stamp_generator_block
  @stamp_generator_block
end