while code-diving, I “discovered” some character/string shortcuts in #ruby:
— James Cowlishaw (@cowlibob) August 22, 2016
>> ?/
=> “/”
>> ?`
=> “`”
>> ?“
=> ”"“
>> ?’
=> ”’“
while code-diving, I “discovered” some character/string shortcuts in #ruby: >> ?/ => "/" >> ?` => "`" >> ?" => """ >> ?' => "'"
James Cowlishaw
@Cowlibob