Skip to content

Commit

Permalink
Merge pull request #7893 from claui/fix-brew-cask-dump-ruby18
Browse files Browse the repository at this point in the history
Fix an issue with `--debug` and `_dump` on Ruby 1.8.7
  • Loading branch information
rolandwalker committed Dec 8, 2014
2 parents 1ddbf0e + 5eb24da commit 25ff854
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/cask/dsl/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ def initialize(*parameters)
writer_method = "#{key}=".to_sym
send(writer_method, parameters[key])
end

def to_yaml
@pairs.to_yaml
end

def to_s
@pairs.inspect
end
end

0 comments on commit 25ff854

Please sign in to comment.