Sha256: 221a140f9c1122cc2a4f674b159d76eafeba9c11cf1074e27ddbcbfe8d4468fa
Contents?: true
Size: 327 Bytes
Versions: 30
Compression:
Stored size: 327 Bytes
Contents
module Terraspace::CLI::New::Helpers module PluginGem private def plugin_gem_name if @options[:plugin_gem] @options[:plugin_gem] else plugin = @options[:plugin] || Terraspace::Plugin.autodetect "terraspace_plugin_#{plugin}" if plugin and plugin != "none" end end end end
Version data entries
30 entries across 30 versions & 1 rubygems