# File lib/dragonfly/core_ext/string.rb, line 5
  def to_method_name
    RUBY_VERSION =~ /^1.8/ ? self : to_sym
  end