DEBSOURCES
Skip Quicknav
sources / ruby-vagrant-cloud / 3.0.5-1 / lib / vagrant_cloud / instrumentor / core.rb
123456789
module VagrantCloud module Instrumentor class Core def instrument(*_) raise NotImplementedError end end end end