class BunBo::WrongExtension

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/bun_bo/results/wrong_extension.rb, line 5
def initialize(path)
  @path = path
end

Public Instance Methods

message() click to toggle source
# File lib/bun_bo/results/wrong_extension.rb, line 9
def message
  "#{path} is not a correct ruby file."
end