Sha256: 292d041b94128215685cb1fee126abd74c43be9c1816259786e08d0fb28b94bd
Contents?: true
Size: 267 Bytes
Versions: 6
Compression:
Stored size: 267 Bytes
Contents
module Xmvc class Vendor class Plugin < Thor def initialize(args, options, config) puts "options: #{options}, config: #{config}" say_status("Xmvc::Vendor::Plugin initialized, load teh config file") end end end end
Version data entries
6 entries across 6 versions & 1 rubygems