mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
8 lines
136 B
Crystal
8 lines
136 B
Crystal
![]() |
module SomeController
|
||
|
macro included
|
||
|
def hello
|
||
|
puts "hello"
|
||
|
end
|
||
|
end # <= this indentation is wrong.
|
||
|
end
|