In Files

  • irb/cmd/pushws.rb

IRB::ExtendCommand::PushWorkspace

Public Instance Methods

execute(*obj) click to toggle source
 
               # File irb/cmd/pushws.rb, line 25
def execute(*obj)
  irb_context.push_workspace(*obj)
  super
end