class NoSE::Connect

A representation of a connect in the workload

Public Instance Methods

requires_insert?(_index) click to toggle source

Specifies that connections require insertion

# File lib/nose/statements/connection.rb, line 141
def requires_insert?(_index)
  true
end