File: console

package info (click to toggle)
ruby-omniauth-dingtalk-oauth2 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: ruby: 177; sh: 4; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env ruby

require "bundler/setup"
require "omniauth/dingtalk"

require "irb"
IRB.start(__FILE__)