summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/nop.rb
blob: 9d2e3c4d47cd6ecebd0480fa6dc1eb3a2b01ddbe (plain)
1
2
3
4
# frozen_string_literal: true

# This file is just a placeholder for backward-compatibility.
# Please require 'irb' and inherit your command from `IRB::Command::Base` instead.