Class: GitStore::RubyHandler
- Inherits:
-
Object
- Object
- GitStore::RubyHandler
- Defined in:
- lib/git_store/handlers.rb
Instance Method Summary collapse
Instance Method Details
#read(path, data) ⇒ Object
38 39 40 |
# File 'lib/git_store/handlers.rb', line 38 def read(path, data) Object.module_eval(data) end |