You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require'active_support/core_ext/string'defhellostring=<<-eos.strip_heredoc hello world eosendputshello#=> 'hello world'# hey, it properly removed the source code indenting!