class Test::Unit::Context::Shared::Behavior

Attributes

shared_name[R]

Public Class Methods

new(name, block) click to toggle source
Calls superclass method
# File lib/test/unit/context/shared.rb, line 123
def initialize(name, block)
  super()
  @shared_name = name
  @_block = block
end