Class: String

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

Instance Method Summary collapse

Instance Method Details

#unpack1(*a) ⇒ Object



4
5
6
# File 'lib/iounpack.rb', line 4

def unpack1 *a
	unpack( *a).first
end