Method: Restaurant#is_closed

Defined in:
lib/restaurant.rb

#is_closedObject

Returns the value of attribute is_closed.



2
3
4
# File 'lib/restaurant.rb', line 2

def is_closed
  @is_closed
end