Sha256: fef0116e1800b922b3ed82a151fe659808b645ff85df1f31f402abfe0a943a55
Contents?: true
Size: 312 Bytes
Versions: 6
Compression:
Stored size: 312 Bytes
Contents
module VagrantPlugins module Libvirt module Action class MessageAlreadyCreated def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_libvirt.already_created")) @app.call(env) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems