Skip to content

Commit

Permalink
cleaning up mikyung autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Oct 24, 2010
1 parent 748a741 commit c4af07d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/restfulie/client/mikyung.rb
@@ -1,13 +1,7 @@
module Restfulie
module Client
module Mikyung
autoload :WhenCondition, 'restfulie/client/mikyung/when_condition'
autoload :ThenCondition, 'restfulie/client/mikyung/then_condition'
autoload :RestProcessModel, 'restfulie/client/mikyung/rest_process_model'
autoload :Concatenator, 'restfulie/client/mikyung/concatenator'
autoload :Core, 'restfulie/client/mikyung/core'
autoload :SteadyStateWalker, 'restfulie/client/mikyung/steady_state_walker'
autoload :Languages, 'restfulie/client/mikyung/languages'
Dir["#{File.dirname(__FILE__)}/mikyung/*.rb"].each {|f| autoload File.basename(f)[0..-4].camelize.to_sym, f }
end
end
end
Expand All @@ -17,6 +11,5 @@ module Mikyung
module Restfulie
class Mikyung < Restfulie::Client::Mikyung::Core
Restfulie::Common::Logger.logger.level = Logger::INFO
# empty class
end
end

0 comments on commit c4af07d

Please sign in to comment.