Method: RoadForest::RDF::NullFocus#method_missing
- Defined in:
- lib/roadforest/rdf/graph-focus.rb
#method_missing(method, *args, &block) ⇒ Object
42 43 44 45 46 |
# File 'lib/roadforest/rdf/graph-focus.rb', line 42 def method_missing(method, *args, &block) ::Kernel.raise ::NoMethodError, "No method '#{method}' on NullFocus. " + "NullFocus returned because there were no results at \n#{@focus.subject}\n for \n#{@pattern.inspect}\n" + "Search was attempted at #{@callsite[0]}" end |