String
# File ruby-3.1.2/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb, line 37 def initialize(name, namespace = '') super(name.to_s) @namespace = namespace end
# File ruby-3.1.2/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb, line 42 def full_name self.class.new("#{namespace}#{self}") end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.