Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions PUZZLE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# TEMPLATE

This shows what a good description looks like when suggesting a puzzle.

## Example: Multi-line Snippet

In this snippet:

```
Time.current.strftime("%Y-%m-%dT%H:%M:%S%z")
```

Is the `current` method a Ruby or Rails method?

## Example: Single Sentence Snippet

When you have a line like this `hash = { a: 1, b: 2, c: 3 }` and later you call this method `hash.transform_keys(&:to_s)` -- is `transform_keys` a Ruby or Rails method?