Method: React::Children#length
- Defined in:
- lib/react/children.rb
#length ⇒ Object Also known as: size
33 34 35 |
# File 'lib/react/children.rb', line 33 def length @length ||= `React.Children.count(#{@children})` end |
33 34 35 |
# File 'lib/react/children.rb', line 33 def length @length ||= `React.Children.count(#{@children})` end |