String
# File did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb, line 36 def initialize(name, namespace = '') super(name.to_s) @namespace = namespace end
# File did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb, line 41 def full_name self.class.new("#{namespace}#{self}") end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.