You are viewing a single comment's thread. Return to all comments →
def single_quote 'Hello World and others!' end def double_quote "Hello World and others!" end def here_doc document = <<-HERE Hello World and others! HERE end
Seems like cookies are disabled on this browser, please enable them to open this website
Ruby - Strings - Introduction
You are viewing a single comment's thread. Return to all comments →