Advertisement
Guest User

Untitled

a guest
May 26th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Allows the following code:
  2. #
  3. # str = clean <<-EOS
  4. # This is the test
  5. # heredoc.
  6. # EOS
  7. class Minitest::Test
  8. def clean(s)
  9. s.gsub(/^#{s[/\A\s*/]}/, '')
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement