File: console

package info (click to toggle)
ruby-hamlit 2.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,576 kB
  • ctags: 1,122
  • sloc: ruby: 10,667; ansic: 517; sh: 23; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby

require 'bundler/setup'
require 'hamlit'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
require 'pry'
Pry.start