class Rookout::Processor::Paths::Canopy::NamespaceResult

Public Class Methods

new(namespace, text) click to toggle source
# File lib/rookout/processor/paths/canopy/markers.rb, line 84
def initialize namespace, text
  super text, namespace
end