Object
# File lib/gollum-lib/remote_code.rb, line 8 def initialize path raise(ArgumentError, 'path is nil or empty') if path.nil? or path.empty? @uri = URI(path) end
# File lib/gollum-lib/remote_code.rb, line 13 def contents @contents ||= req @uri end
[Validate]
Generated with the Darkfish Rdoc Generator 2.