Skip to content

Commit

Permalink
Merge pull request #12 from lasseebert/README_fix
Browse files Browse the repository at this point in the history
README: Fixed an example
  • Loading branch information
jodosha committed Jun 12, 2014
2 parents 95c00da + cfdb552 commit 466df98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ presenter = MapPresenter.new(map)
puts presenter.locations # => ['Rome', 'Boston']

# access presenter concrete methods
puts presenter.count # => 1
puts presenter.count # => 2

# uses super to access original object implementation
puts presenter.location_names # => 'ROME, BOSTON'
Expand Down

0 comments on commit 466df98

Please sign in to comment.