struct Crystal::Doc::MethodDetailTemplate inherits Struct ¶ Class methods¶ .new(title : String, methods : Array(Method) | Array(Macro)) ¶ View source Methods¶ #clone ¶ View source #copy_with(title _title = @title, methods _methods = @methods) ¶ View source #methods : Array(Method) | Array(Macro) ¶ #title : String ¶ #to_s(__io__ : IO) : Nil ¶ Same as #inspect(io). View source