Advertisement
Guest User

trouble

a guest
Apr 22nd, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.27 KB | None | 0 0
  1.  @configurations.flatten.each do |config_file|
  2.      
  3.         temp_class = Class.new do
  4.           singleton_class.class_eval do
  5.             def configuration_keys
  6.               file_contents = YAML.load_file(config_file)
  7.             end
  8.           end
  9.         end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement