Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#needspatch ⇒ Object
4 5 6 7 8 9 |
# File 'lib/soapex/mapping.rb', line 4 def needspatch SOAP::Mapping.set_attributes(a=[], :x=>10) a != [10] rescue Exception => e true end |