Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def act
  2. handle_edge_case and return
  3. natural_step_1
  4. natural_step_2
  5. natural_step_3
  6. end
  7.  
  8. def handle_edge_case
  9. if edge_case?
  10. edge_case_step_1
  11. edge_case_step_2 # footnote!
  12. end
  13. end
Add Comment
Please, Sign In to add comment