An open API service indexing awesome lists of open source software.

https://github.com/deployable/deployable-debug

Simple Ruby debug module include
https://github.com/deployable/deployable-debug

Last synced: 6 months ago
JSON representation

Simple Ruby debug module include

Awesome Lists containing this project

README

          

# Deployable Debug

## Install

## Usage

```
class Mine
include Deployable::Debug

def some_method
debug "something"
end

def other_method
trace "otherthing"
end

end
```