Skip to content
View Benabik's full-sized avatar

Organizations

@perl6 @parrot
Block or Report

Block or report Benabik

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rack-teapot rack-teapot Public

    ☕️? No, 🍵.

    Ruby

  2. A Ruby class for turning command lin... A Ruby class for turning command line options into keyword arguments and subcommands into method calls.
    1
    # frozen_string_literal: true
    2
    
                  
    3
    require 'forwardable'
    4
    require 'ostruct'
    5
    require 'optparse'