lib/smartphone_finder/specifications.rb in smartphone_finder-cli-1.0.7 vs lib/smartphone_finder/specifications.rb in smartphone_finder-cli-1.1.0

- old
+ new

@@ -1,10 +1,10 @@ -class SmartphoneFinder::Specifications - attr_accessor :device ,:data - def initialize(device,data) - @device=device - @data=data - end - def display - puts data - end +class SmartphoneFinder::Specifications + attr_accessor :device ,:data + def initialize(device,data) + @device=device + @data=data + end + def display + puts data + end end \ No newline at end of file