module Ua::Commands
Public Instance Methods
context(obj, ctxt = Ua::Application.top.context, &b)
click to toggle source
# File lib/ua.rb, line 352 def context(obj, ctxt = Ua::Application.top.context, &b) Ua::Application.push(Ua::Application::ArgVoid, ctxt, self ) Ua::Application.top_app.context(obj, ctxt, &b) ensure Ua::Application.pop end
Also aliased as: view