Class: TrisulRP::Keys::Null
- Inherits:
-
Object
- Object
- TrisulRP::Keys::Null
- Defined in:
- lib/trisulrp/keys.rb
Class Method Summary collapse
Class Method Details
.xform(kstring) {|kstring| ... } ⇒ Object
6 7 8 9 |
# File 'lib/trisulrp/keys.rb', line 6 def self.xform(kstring) yield kstring if block_given? kstring end |