Files
RubyMotion/doc
Watson e97b3f25e7 create safe string for document in Ruby code
If there is a line break in the middle,
it causes Ruby syntax error and yardoc doesn't generate document.

This patch will fix following class:

# Structure holding a 32-bit float value in a platform-independent
byte order.
class CFSwappedFloat32 < Boxed
  # @return [Integer] A 32-bit float value stored with a platform-independent
byte order.
  attr_accessor :v
end
2012-11-06 12:03:58 +09:00
..
2012-04-21 17:30:47 +02:00
2012-04-21 17:30:47 +02:00
2012-11-04 01:03:42 +09:00
2012-04-21 17:30:47 +02:00