Sha256: 6104d1c9537bf38a1668f88855ea4bb3498c50c3875242563cf62a29c178c3b6

Contents?: true

Size: 147 Bytes

Versions: 6

Compression:

Stored size: 147 Bytes

Contents

## first data plugin -- IKeJI
##
## this plugin returns only first data
##
## -moduel: first
##

def first(config,data)
  return [data.first]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yapra-0.2.2 legacy_plugins/first.rb
yapra-0.2.0 legacy_plugins/first.rb
yapra-0.1.3 legacy_plugins/first.rb
yapra-0.1.0 legacy_plugins/first.rb
yapra-0.1.1 legacy_plugins/first.rb
yapra-0.1.2 legacy_plugins/first.rb