Method: Rush::Entry#mimic

Defined in:
lib/rush/entry.rb

#mimic(from) ⇒ Object

:nodoc:



128
129
130
131
132
# File 'lib/rush/entry.rb', line 128

def mimic(from)      # :nodoc:
	@box = from.box
	@path = from.path
	@name = from.name
end