Method: RR::ReplicationRun#helper

Defined in:
lib/rubyrep/replication_run.rb

#helperObject

Returns the current ReplicationHelper; creates it if necessary



15
16
17
# File 'lib/rubyrep/replication_run.rb', line 15

def helper
  @helper ||= ReplicationHelper.new(self)
end