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