lib/fast_gettext.rb in grosser-fast_gettext-0.2.5 vs lib/fast_gettext.rb in grosser-fast_gettext-0.2.6

- old
+ new

@@ -3,14 +3,10 @@ require 'fast_gettext/translation' require File.join(File.dirname(__FILE__),'..','vendor','string') module FastGettext include FastGettext::Storage - extend self - def self.included(mod) #:nodoc: - mod.extend self - end LOCALE_REX = /^[a-z]{2}$|^[a-z]{2}_[A-Z]{2}$/ NAMESPACE_SEPERATOR = '|' # users should not include FastGettext, since this would conterminate their namespace \ No newline at end of file