class RSpec::Core::Source

def self.from_file(path)

def self.from_file(path)
  source = File.read(path)
  new(source, path)
end