Class: Beso::CSV
- Inherits:
-
Object
- Object
- Beso::CSV
- Defined in:
- lib/beso/csv.rb
Class Method Summary collapse
Class Method Details
.method_missing(method, *args, &block) ⇒ Object
5 6 7 |
# File 'lib/beso/csv.rb', line 5 def method_missing( method, *args, &block ) csv.send method, *args, &block end |