public static Node /*!*/ ToYaml(RubyRegex /*!*/ self, [NotNull] RubyRepresenter /*!*/ rep) { return(rep.Scalar( rep.GetTagUri(self), self.Inspect().ToAsciiString(), ScalarQuotingStyle.None )); }
public static Node /*!*/ ToYaml(RubyRegex /*!*/ self, [NotNull] RubyRepresenter /*!*/ rep) { return(rep.Scalar( rep.GetTagUri(self), self.Inspect().ToAsciiString(rep.Context.RubyOptions.Compatibility < RubyCompatibility.Ruby19), ScalarQuotingStyle.None )); }
public static MutableString/*!*/ Inspect(RubyRegex/*!*/ self) { return self.Inspect(); }
public static Node ToYaml(RubyRegex/*!*/ self, [NotNull]RubyRepresenter/*!*/ rep) { return rep.Scalar( rep.GetTagUri(self), self.Inspect().ToAsciiString(), ScalarQuotingStyle.None ); }
public static Node/*!*/ ToYaml(RubyRegex/*!*/ self, [NotNull]RubyRepresenter/*!*/ rep) { return rep.Scalar( rep.GetTagUri(self), self.Inspect().ToAsciiString(rep.Context.RubyOptions.Compatibility < RubyCompatibility.Ruby19), ScalarQuotingStyle.None ); }