Skip to content
View jonnyom's full-sized avatar

Block or report jonnyom

Report abuse

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

Report abuse

Pinned Loading

  1. Spotibot Spotibot Public

    Ruby 1

  2. An Rspec it block that pulls out all... An Rspec it block that pulls out all the descriptions of the test, with a regex to match "#method_name" describe blocks. Useful for testing that all public methods of a class have been tested in a spec.
    1
    it "pulls out the specs descriptions" do
    2
      parent_groups = self.class.instance_eval { @parent_groups }
    3
      descriptions = parent_groups.each(&:children).map do |child_group|
    4
        child_group.instance_eval { @descendant_filtered_examples }.map do |example|
    5
          example.full_description
  3. ruby-websocket-log-tailer ruby-websocket-log-tailer Public

    Simple log tailer that prints logs over a Ruby websocket connection

    Ruby

  4. faraday faraday Public

    Forked from lostisland/faraday

    Simple, but flexible HTTP client library, with support for multiple backends.

    Ruby

  5. Experimenting with using JavaScript ... Experimenting with using JavaScript service workers hosted on a separate CDN
    1
    importScripts('https://cdn.evervault.com/serviceWorker.js');
  6. few_gas_algos few_gas_algos Public

    Few algorithms in different languages (none in rust.. But there will be)

    Ruby 1