Skip to content

Commit

Permalink
alias object to o
Browse files Browse the repository at this point in the history
  • Loading branch information
blaknite committed May 17, 2016
1 parent 620a571 commit 9518404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/blush/presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ def initialize(object)
@object = object
end

alias_method :o, :object

def helpers
@helpers ||= Blush::HelperProxy.new
end
Expand Down

0 comments on commit 9518404

Please sign in to comment.