25 26 27
# File 'lib/forkforge/internal/monkeypatches.rb', line 25 def take count, from = 0 Hash[self.to_a[from..from+count]] end