Skip to content
/ ride Public
forked from dtinth/ride

Simple and beautiful monkey-patching library for JavaScript.

Notifications You must be signed in to change notification settings

shotolab/ride

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ride

Monkey-patch stuff at will!

var ride = require('ride')
var fs = require('fs')

ride(fs, 'readFile').before(function(filename) {
    console.log('You are reading ' + filename + ', huh?')
})

About

Simple and beautiful monkey-patching library for JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%