class RSpec::Core::Source

def initialize(source_string, path=nil)

def initialize(source_string, path=nil)
  @source = source_string
  @path = path ? File.expand_path(path) : '(string)'
end