Open trans opened 11 years ago
I have a question about the Examples section. Do blank lines between code snippets constitute separate examples? Or should all the code be treated as just one example?
For example:
# Examples: # # foo(1) #=> '1' # # foo(2) #=> '2' #
Is that considered two examples?
I have a question about the Examples section. Do blank lines between code snippets constitute separate examples? Or should all the code be treated as just one example?
For example:
Is that considered two examples?