Skip to content

Instantly share code, notes, and snippets.

Created April 14, 2016 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/df05cd770144d73249e663ea7f18813d to your computer and use it in GitHub Desktop.
Save anonymous/df05cd770144d73249e663ea7f18813d to your computer and use it in GitHub Desktop.
get_text_var = func_return_string_from_ui_view_label()
puts ("get_text_var: #{get_text_var}")
single_quoted_var = 'text single quoted'
puts ("single_quoted_var: #{single_quoted_var}")
>>>Output
get_text_var: ["Some Text from func"]
single_quoted_var: text single quoted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment