require_relative "../adapter" class Skala::Adapter::Operation attr_accessor :adapter def initialize(adapter) @adapter = adapter end end