Skip to content
Open
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
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
configuration setting to protect your project from Windows line
endings creeping in:

```$ git config --global core.autocrlf true```
``` Bash
$ git config --global core.autocrlf true
```

* Use spaces around operators, after commas, colons and semicolons, around `{`
and before `}`. Whitespace might be (mostly) irrelevant to the Ruby
Expand Down Expand Up @@ -894,7 +896,8 @@ in *Ruby* now, not in *Python*.
# ...
end
end

```

* Use `def self.method` to define singleton methods. This makes the methods
more resistant to refactoring changes.

Expand Down