module Capybara::UI::TextTable::Transformations
Public Class Methods
keyword()
click to toggle source
# File lib/capybara/ui/text_table/transformations.rb, line 5 def self.keyword ->(val) { val.squeeze(' ').strip.gsub(' ', '_').sub(/\?$/, '').to_sym } end
pass()
click to toggle source
# File lib/capybara/ui/text_table/transformations.rb, line 9 def self.pass ->(val) { val } end