6 7 8
# File 'lib/tag/store.rb', line 6 def self.models Dir["#{Tag.home}/*.yml"].map {|file| file[%r{([^/]+).yml$}, 1] }.sort end