class Declare::AssertionsScope

Attributes

it[R]

Public Class Methods

new(target) click to toggle source
Calls superclass method
# File lib/declare/scope.rb, line 26
def initialize(target)
  super()
  @it = target
end