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

Version Path
xmvc-0.1.12 lib/xmvc/vendor/plugin.rb
xmvc-0.1.11 lib/xmvc/vendor/plugin.rb
xmvc-0.1.10 lib/xmvc/vendor/plugin.rb
xmvc-0.1.9 lib/xmvc/vendor/plugin.rb
xmvc-0.1.8 lib/xmvc/vendor/plugin.rb
xmvc-0.1.7 lib/xmvc/vendor/plugin.rb