class Ellipses::Client::Commands::Reject
Public Instance Methods
call(input)
click to toggle source
# File lib/ellipses/client/commands/reject.rb, line 11 def call(input) input.grep_v param.pattern end
# File lib/ellipses/client/commands/reject.rb, line 11 def call(input) input.grep_v param.pattern end