class Redgraph::MissingGraphError

Public Instance Methods

message() click to toggle source
# File lib/redgraph.rb, line 25
def message
  "A graph to use is not defined"
end