class RSpec::Oj::MissingFile
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
# File lib/rspec/oj/errors.rb, line 29 def initialize(path) @path = path end
Public Instance Methods
to_s()
click to toggle source
# File lib/rspec/oj/errors.rb, line 33 def to_s "No JSON file at #{path}" end