3 4 5 6 7 8
# File 'lib/phper.rb', line 3 def name_of_key key if key =~ / (\S+)$/ return $1 end return nil end