class Ellipses::Client::Commands::Select

Public Instance Methods

call(input) click to toggle source
# File lib/ellipses/client/commands/select.rb, line 11
def call(input)
  input.grep param.pattern
end