class IRB::ExtendCommand::Nop

def category(category = nil)

def category(category = nil)
  @category = category if category
  @category
end