Method: Evm::RemoteFile#initialize

Defined in:
lib/evm/remote_file.rb

#initialize(url) ⇒ RemoteFile

Returns a new instance of RemoteFile.



8
9
10
# File 'lib/evm/remote_file.rb', line 8

def initialize(url)
  @url = url
end