fluent / sigdump

Use signal to show stacktrace of a Ruby process without restarting it
Apache License 2.0
188 stars 27 forks source link

Make _fn and _open_dump_path private #1

Closed mrkn closed 11 years ago

mrkn commented 11 years ago

_fn and _open_dump_path seem to be used privately. So these methods can be private class methods.

frsyuki commented 11 years ago

Great! Thank you.