Method: Flex#bulk
- Defined in:
- lib/flex/deprecation.rb
#bulk(*vars) ⇒ Object
48 49 50 51 52 |
# File 'lib/flex/deprecation.rb', line 48 def bulk(*vars) Deprecation.warn 'Flex.bulk(:lines => lines_bulk_string)', 'Flex.post_bulk_string(:bulk_string => lines_bulk_string)' vars = Vars.new(*vars) post_bulk_string(:bulk_string => vars[:lines]) end |