6 lines
No EOL
72 B
Ruby
6 lines
No EOL
72 B
Ruby
class Item
|
|
module Search
|
|
class Error < Exception
|
|
end
|
|
end
|
|
end |