# File lib/caesars/orderedhash.rb, line 172 172: def to_yaml opts = {} 173: begin 174: @__yaml_inline ? @__yaml_inline_meth[ opts ] : super 175: rescue 176: @to_yaml_style = :inline 177: super 178: end 179: end