module TokyoMetro::Modules::Api::Info::Decision::CurrentStation

Private Instance Methods

station_same_as__is_in?( *args , compared: @station ) click to toggle source
# File lib/tokyo_metro/modules/api/info/decision/current_station.rb, line 7
def station_same_as__is_in?( *args , compared: @station )
  raise if args.empty?
  super( *args , compared )
end