Method: Transpec::Syntax::Should#initialize

Defined in:
lib/transpec/syntax/should.rb

#initialize(node, source_rewriter = nil, runtime_data = nil, report = nil) ⇒ Should

Returns a new instance of Should.



22
23
24
25
# File 'lib/transpec/syntax/should.rb', line 22

def initialize(node, source_rewriter = nil, runtime_data = nil, report = nil)
  super
  @current_syntax_type = :should
end