Returns:
865 866 867
# File 'lib/converterbase.rb', line 865 def object_of_ruby?(char) char =~ /[#{CHARACTER_OF_RUBY}]/ end