example level methods: e.g. inside before/it
188 189 190 191 192
# File 'lib/rspec/tabular.rb', line 188 def _unwrap(value) return value unless value.is_a?(RSpec::Tabular::Wrapped) instance_eval(&value.proc) end