Skip to content

Commit

Permalink
[ci] ++ doesn't exist in Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Mar 28, 2017
1 parent 45cbbfa commit 85bb5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/model_template_example.rb
Expand Up @@ -78,7 +78,7 @@ def initialize(attributes = {})

def bark
say('Guau!')
@number_of_barks++
@number_of_barks += 1
end

def cry
Expand Down

0 comments on commit 85bb5a3

Please sign in to comment.