Skip to content

Commit

Permalink
Added missing #:nodoc:.
Browse files Browse the repository at this point in the history
  • Loading branch information
skuark committed Nov 23, 2017
1 parent 1bacb58 commit 2c7f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/show_for/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def skip_blanks?(value) #:nodoc:
ShowFor.skip_blanks && value.blank? && value != false
end

def is_empty?(value)
def is_empty?(value) #:nodoc:
value = @template.capture(&value) if value.is_a?(Proc)
value.blank? && value != false
end
Expand Down

0 comments on commit 2c7f285

Please sign in to comment.