Class: BunBo::FileExisted
- Defined in:
- lib/bun_bo/results/file_existed.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ FileExisted
constructor
A new instance of FileExisted.
- #message ⇒ Object
Methods inherited from BaseError
Constructor Details
#initialize(path) ⇒ FileExisted
Returns a new instance of FileExisted.
5 6 7 |
# File 'lib/bun_bo/results/file_existed.rb', line 5 def initialize(path) @path = path end |
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/bun_bo/results/file_existed.rb', line 9 def "#{path} exists. No modification is applied for this file." end |