aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/yaml/fixtures/example_class.rb
blob: 751435a305ed2bd748b9e1201fe8bc19ff651e9d (plain)
1
2
3
4
5
class FooBar
  def initialize(name)
    @name = name
  end
end