Sha256: 1099ee9c374bc04fa0361f3771cedbb16f1e149f15888c44f66776b5704c6c50
Contents?: true
Size: 402 Bytes
Versions: 6
Compression:
Stored size: 402 Bytes
Contents
class SubSubclass attr_accessor :id attr_reader :some_untouched_attribute, :some_filtered_attribute, :some_doubly_doubled_attribute, :some_mangled_attribute def initialize @some_untouched_attribute = :some_value @some_filtered_attribute = '<script>filter me</script>' @some_doubly_doubled_attribute = 'blah' @some_mangled_attribute = 'abcd' end end
Version data entries
6 entries across 6 versions & 1 rubygems