module Utils::IRB::Shell

def irb_clipboard

def irb_clipboard
  case RUBY_PLATFORM
  when /darwin/
    'reattach-to-user-namespace pbcopy'
  end
end