Skip to content

Commit

Permalink
Errant path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 27, 2011
1 parent e84ea27 commit 91b3019
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/jbuilder.rb
Expand Up @@ -69,8 +69,6 @@ def method_missing(method, *args, &block)
case
when args.one?
_assign method, args.first
when args.one? && block_given?
_assign method, args.first
when args.empty? && block_given?
_yield_nesting method, block
when args.many? && args.first.is_a?(Enumerable)
Expand Down

0 comments on commit 91b3019

Please sign in to comment.