codaye/squareone

View on GitHub
bin/console

Summary

Maintainability
Test Coverage
Script file console doesn't have execute permission.
#!/usr/bin/env ruby
 
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "bundler/setup"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "squareone"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "pry"
 
Pry.start