method
is_complex_yaml?
v1_9_1_378 -
Show latest stable
- Class:
String
is_complex_yaml?()public
No documentation available.
# File lib/yaml/rubytypes.rb, line 142
def is_complex_yaml?
to_yaml_style or not to_yaml_properties.empty? or self =~ /\n.+/
end