Class: TrisulRP::Keys::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/trisulrp/keys.rb

Class Method Summary collapse

Class Method Details

.xform(kstring) {|kstring| ... } ⇒ Object

Yields:

  • (kstring)


6
7
8
9
# File 'lib/trisulrp/keys.rb', line 6

def self.xform(kstring)
  yield kstring if block_given?
  kstring
end