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
- Host: GitHub
- URL: https://github.com/deployable/deployable-debug
- Owner: deployable
- License: other
- Created: 2016-08-06T11:43:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T07:37:06.000Z (over 9 years ago)
- Last Synced: 2025-10-04T11:53:49.543Z (6 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```