lib/stanwood.rb in stanwood-0.1.3 vs lib/stanwood.rb in stanwood-0.1.11

- old
+ new

@@ -1,10 +1,7 @@ require "stanwood/version" -require 'colored2' -require 'stanwood/configurator' module Stanwood - - def self.execute(argv) - Stanwood::Configurator.new(argv).run + def self.hi(name) + puts "Testing stanwood gem" + name end end