Module: Sip2::ChecksumEncoder
- Defined in:
- lib/sip2/checksum_encoder.rb
Constant Summary collapse
- ALMA =
->(str) { str.encode(Encoding::ASCII, undef: :replace) }
- IDENTITY =
->(x) { x }
Class Method Summary collapse
Class Method Details
.[](name) ⇒ Object
4 5 6 |
# File 'lib/sip2/checksum_encoder.rb', line 4 def self.[](name) const_get(name.to_s.upcase) end |