Skip to content

Commit

Permalink
Merge pull request #124 from sue445/feature/remove_deprecated_method
Browse files Browse the repository at this point in the history
Remove Girl#humanize
  • Loading branch information
sue445 committed Dec 8, 2016
2 parents 2b7caa7 + aeb8325 commit 1a67d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rubicure/girl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def humanize!
@current_transform_style = nil
self
end
alias_method :humanize, :humanize!
deprecate humanize: "Use #humanize! instead of #humanize"

def attack!
raise RequireTransformError, "require transform" if current_attack_message.blank?
Expand Down

0 comments on commit 1a67d08

Please sign in to comment.