mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
7 lines
136 B
Crystal
7 lines
136 B
Crystal
module SomeController
|
|
macro included
|
|
def hello
|
|
puts "hello"
|
|
end
|
|
end # <= this indentation is wrong.
|
|
end
|