19 20 21 22 23
# File 'lib/datasets/lazy.rb', line 19 def load_all @constants.each_value do |feature| require feature end end