chore(readme): Specify ruby highlighting in code example

This commit is contained in:
Pixelastic 2015-07-03 19:17:49 +02:00
parent f4f59548b5
commit 0689be957d

View File

@ -103,7 +103,7 @@ The `AlgoliaSearchRecordExtractor` contains two methods (`custom_hook_each` and
`custom_hook_all`) that are here so you can overwrite them to add your custom
logic. They currently simply return the argument they take as input.
```
```ruby
class AlgoliaSearchRecordExtractor
# Hook to modify a record after extracting
def custom_hook_each(item)