class Specinfra::Backend::Base

Public Instance Methods

receive_file(from, to = nil) click to toggle source
# File lib/itamae/ext/specinfra.rb, line 6
def receive_file(from, to = nil)
  raise NotImplementedError
end