# In reply to @gesee37 "```nim method getName(s: Something)": ~~~ # type # A = object # s: string # var a = A(s: "waaah") # echo $typeof(a) # ~~~ # This relies on you having the instance as its correct type