diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-11-07 01:01:04 -0500 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-11-07 01:01:04 -0500 |
commit | b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b (patch) | |
tree | 74d7a8968fea958bfa67a9d7643d841c2730df81 | |
parent | 77697e03353ec06a4b12f42a32d7569797d1eb8f (diff) | |
download | rails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.tar.gz rails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.tar.bz2 rails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.zip |
Mark utf-8 encoding
-rw-r--r-- | activesupport/lib/active_support/inflector.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/inflector.rb b/activesupport/lib/active_support/inflector.rb index 1ccfec4000..ba52e41c08 100644 --- a/activesupport/lib/active_support/inflector.rb +++ b/activesupport/lib/active_support/inflector.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require 'singleton' require 'iconv' |