Module: ActiveSupport::CoreExtensions::Array::Conversions
- Defined in:
- lib/ruboss_on_ruby/active_foo.rb
Instance Method Summary collapse
Instance Method Details
#to_fxml(options = {}) ⇒ Object
31 32 33 34 |
# File 'lib/ruboss_on_ruby/active_foo.rb', line 31 def to_fxml( = {}) .merge!(:dasherize => false) to_xml() end |