Method: ERB#encoding
- Defined in:
- lib/erb.rb
#encoding ⇒ Object (readonly)
:markup: markdown
Returns the encoding of self; see [Encodings][encodings]:
[encodings]: ERB@Encodings
910 911 912 |
# File 'lib/erb.rb', line 910 def encoding @encoding end |