Skip to content
View seanlerner's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report seanlerner

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. interesting_methods interesting_methods Public

    See relevant methods in your repl by adding .im to any object in ruby

    Ruby 11 1

  2. k k Public

    k is a script to repeatedly run a command on file changes

    Shell

  3. ruby-and-rails-learning-plan ruby-and-rails-learning-plan Public

    8

  4. Sean's Ruby Helpers Sean's Ruby Helpers
    1
    <<-HOW_TO_USE
    2
    3
    Paste this line into any ruby console if you dare:
    4
    5
    require 'net/http'; url = 'https://gist.githubusercontent.com/seanlerner/092ce4caec301d758b524adbd715242a/raw/seans-ruby-helpers.rb'; eval(Net::HTTP.get(URI(url)))