simple test for get type
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
|
||||
class Message
|
||||
|
||||
def get_type_for name
|
||||
index = @layout.get_index name
|
||||
get_at index
|
||||
def get_type_for(name)
|
||||
index = @layout.get_index(name)
|
||||
get_at(index)
|
||||
end
|
||||
|
||||
def send
|
||||
|
Reference in New Issue
Block a user