class SmoothOperator::ConnectionWrapper

Attributes

connection[R]

Public Class Methods

new(connection) click to toggle source
# File lib/smooth_operator/operators/connection_wrapper.rb, line 6
def initialize(connection)
  @connection = connection
end

Public Instance Methods

run() click to toggle source
# File lib/smooth_operator/operators/connection_wrapper.rb, line 10
def run
  connection.run
end