method
    
    new
  new(*args, &example_group_block)
  public
  
    Hide source    
    
      
  
# File lib/spec/example/shared_example_group.rb, line 39 def initialize(*args, &example_group_block) describe(*args) @example_group_block = example_group_block self.class.add_shared_example_group(self) end

  