ལོག་སི་ཆ་མཉམ།
Appearance
Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- ༡༥:༤༩, ༡༦ སྤྱི་ཟླ་དྲུག་པ། ༢༠༢༤ 110.235.217.74 བློ། created page Module:Lua-mock (Created page with "--- @classmod Mock --- Combination of Spy and ProgrammableFn. -- See @{Spy} and @{ProgrammableFn} for details. local ProgrammableFn = require 'Module:Lua-mock/ProgrammableFn' local Spy = require 'Module:Lua-mock/Spy' local Mock = {} Mock.__index = Mock function Mock:whenCalled( behaviour ) self.programmable:whenCalled(behaviour) return self end function Mock:__call( ... ) return self.spy(...) end function Mock:reset() self.spy:reset() self.pro...")